Update 0.get_started.md

This commit is contained in:
Junhao Liang
2022-11-14 21:57:50 +08:00
committed by GitHub
parent 1588fde52d
commit 92f5565463
+2 -2
View File
@@ -16,12 +16,12 @@
Install dependenices by [Anaconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html):
```
conda install tqdm pyyaml tensorboard opencv py7zr
conda install tqdm pyyaml tensorboard opencv kornia -c conda-forge
conda install pytorch==1.6.0 torchvision -c pytorch
```
Or, Install dependenices by pip:
```
pip install tqdm pyyaml tensorboard opencv-python py7zr
pip install tqdm pyyaml tensorboard opencv-python kornia
pip install torch==1.6.0 torchvision==0.7.0
```
## Prepare dataset