offer script to download model

This commit is contained in:
darkliang
2021-11-02 17:40:38 +08:00
parent d523a60328
commit e3be86d432
4 changed files with 132 additions and 0 deletions
+7
View File
@@ -60,6 +60,13 @@ It's inference process just cost about 90 secs(Baseline & 8 RTX6000).
## Prepare dataset
See [prepare dataset](doc/prepare_dataset.md).
## Get pretrained model
- Option 1:
```
python misc/download_pretrained_model.py
```
- Option 2: Go to the [release page](https://github.com/ShiqiYu/OpenGait/releases/), then download the model file and uncompress it to `output`.
## Train
Train a model by
```