fix enviroment.yaml and update readme

This commit is contained in:
Noah
2022-03-12 17:53:00 +08:00
committed by noahshen98
parent dc48765b11
commit 9ae1194163
4 changed files with 14 additions and 30 deletions
+3 -2
View File
@@ -58,15 +58,16 @@ The results in the parentheses are mentioned in the papers
- tensorboard
- opencv-python
- tqdm
- py7zr
Install dependenices by [Anaconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html):
```
conda install tqdm pyyaml tensorboard opencv
conda install tqdm pyyaml tensorboard opencv py7zr
conda install pytorch==1.6.0 torchvision -c pytorch
```
Or, Install dependenices by pip:
```
pip install tqdm pyyaml tensorboard opencv-python
pip install tqdm pyyaml tensorboard opencv-python py7zr
pip install torch==1.6.0 torchvision==0.7.0
```
### Prepare dataset