From d616fe477fe7c3ce463aec22b9aa5216f48ca1cb Mon Sep 17 00:00:00 2001
From: liuxingyu <lxy17@foxmail.com>
Date: Sat, 29 Oct 2022 12:23:31 +0800
Subject: [PATCH] upd pretrained model link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 62ea653..b1efe16 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/personal/liuxy21_mails_tsinghua_edu_cn/_layouts/15/onedrive.aspx?ga=1&id=%2Fpersonal%2Fliuxy21%5Fmails%5Ftsinghua%5Fedu%5Fcn%2FDocuments%2Fbop%5Fchallenge%5F2022%2Fpretraied%5Fmodels%2Fyolox) (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=6TCh8y) (password: groupji) 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