From b79fb201d0b5eb5b54d33a480ddb3bddc100602b Mon Sep 17 00:00:00 2001 From: liuxingyu <lxy17@foxmail.com> Date: Thu, 10 Nov 2022 16:49:42 +0800 Subject: [PATCH] add baidu link for pretrained model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1cc15d..a8f9d6d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We adopt yolox as the detection method. We used stronger data augmentation and r ### Training -Download the pretrained model at [Onedrive](https://mailstsinghuaeducn-my.sharepoint.com/:f:/g/personal/liuxy21_mails_tsinghua_edu_cn/EkCTrRfHUZVEtD7eHwLkYSkBCTXlh9ekDteSzK6jM4oo-A?e=m0aNCy) (password: groupji) and put it in the folder `pretrained_models/yolox`. Then use the following command: +Download the pretrained model at [Onedrive](https://mailstsinghuaeducn-my.sharepoint.com/:f:/g/personal/liuxy21_mails_tsinghua_edu_cn/EkCTrRfHUZVEtD7eHwLkYSkBCTXlh9ekDteSzK6jM4oo-A?e=m0aNCy) (password: groupji)/[BaiDuYunPan](链接: https://pan.baidu.com/s/1AU7DGCmZWsH9VgQnbTRjow 密ç : aw68) and put it in the folder `pretrained_models/yolox`. Then use the following command: `./det/yolox/tools/train_yolox.sh <config_path> <gpu_ids> (other args)` -- GitLab