Update ParsingGait (#160)
* Update ParsingGait * Clear up the confusion Clear up the confusion about gait3d and gait3d-parsing. * Update 0.get_started.md * Add BaseParsingCuttingTransform * Update gcn.py * Create gaitbase_gait3d_parsing_btz32x2_fixed.yaml * Add gait3d_parsing config file * Update 1.model_zoo.md Update Gait3D-Parsing checkpoints * Update 1.model_zoo.md add configuration * Update 1.model_zoo.md center text --------- Co-authored-by: Junhao Liang <43094337+darkliang@users.noreply.github.com>
This commit is contained in:
@@ -13,15 +13,16 @@
|
||||
- tqdm
|
||||
- py7zr
|
||||
- kornia
|
||||
- einops
|
||||
|
||||
Install dependenices by [Anaconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html):
|
||||
```
|
||||
conda install tqdm pyyaml tensorboard opencv kornia -c conda-forge
|
||||
conda install tqdm pyyaml tensorboard opencv kornia einops -c conda-forge
|
||||
conda install pytorch==1.10 torchvision -c pytorch
|
||||
```
|
||||
Or, Install dependenices by pip:
|
||||
```
|
||||
pip install tqdm pyyaml tensorboard opencv-python kornia
|
||||
pip install tqdm pyyaml tensorboard opencv-python kornia einops
|
||||
pip install torch==1.10 torchvision==0.11
|
||||
```
|
||||
## Prepare dataset
|
||||
|
||||
Reference in New Issue
Block a user