mirror of https://github.com/JDAI-CV/fast-reid.git
Update requirement.txt location in INSTALL.md
Previously, it was hard to find the requirements.txt filepull/414/head
parent
c4412d367f
commit
527b09c696
|
@ -21,7 +21,7 @@
|
|||
conda create -n fastreid python=3.7
|
||||
conda activate fastreid
|
||||
conda install pytorch==1.6.0 torchvision tensorboard -c pytorch
|
||||
pip install -r requirements
|
||||
pip install -r docs/requirements.txt
|
||||
```
|
||||
|
||||
# Set up with Dockder
|
||||
|
|
Loading…
Reference in New Issue