Update 0.get_started.md
This commit is contained in:
@@ -16,12 +16,12 @@
|
|||||||
|
|
||||||
Install dependenices by [Anaconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html):
|
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
|
conda install pytorch==1.6.0 torchvision -c pytorch
|
||||||
```
|
```
|
||||||
Or, Install dependenices by pip:
|
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
|
pip install torch==1.6.0 torchvision==0.7.0
|
||||||
```
|
```
|
||||||
## Prepare dataset
|
## Prepare dataset
|
||||||
|
|||||||
Reference in New Issue
Block a user