Fix wrong link

This commit is contained in:
Junhao Liang
2022-03-11 19:39:33 +08:00
committed by GitHub
parent 7d7b81f48e
commit 2a8f5c0e22
+1 -1
View File
@@ -13,7 +13,7 @@ Modify the `dataset_root` in `./misc/HID/baseline_hid.yaml`, and then run this c
```shell
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 lib/main.py --cfgs ./misc/HID/baseline_hid.yaml --phase train
```
You can also download the [trained model](https://github.com/ShiqiYu/OpenGait/releases/download/v1.1/pretrained_hid_model.pt) and place it in `output` after unzipping.
You can also download the [trained model](https://github.com/ShiqiYu/OpenGait/releases/download/v1.1/pretrained_hid_model.zip) and place it in `output` after unzipping.
## Get the submission file.
```shell