mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
support set up with conda
This commit is contained in:
parent
57710a9df7
commit
7e2bc6873f
@ -13,3 +13,16 @@
|
||||
- termcolor
|
||||
- tabulate
|
||||
- [faiss](https://github.com/facebookresearch/faiss) `pip install faiss-cpu`
|
||||
|
||||
|
||||
|
||||
# Set up with Conda
|
||||
```shell script
|
||||
conda create -n fastreid python=3.7
|
||||
conda activate fastreid
|
||||
conda install pytorch==1.6.0 torchvision tensorboard -c pytorch
|
||||
pip install -r requirements
|
||||
```
|
||||
|
||||
# Set up with Dockder
|
||||
comming soon
|
||||
|
20
docs/requirements
Normal file
20
docs/requirements
Normal file
@ -0,0 +1,20 @@
|
||||
matplotlib
|
||||
scipy
|
||||
Pillow
|
||||
numpy
|
||||
prettytable
|
||||
easydict
|
||||
scikit-learn
|
||||
pyyaml
|
||||
yacs
|
||||
termcolor
|
||||
tabulate
|
||||
tensorboard
|
||||
opencv-python
|
||||
pyyaml
|
||||
yacs
|
||||
termcolor
|
||||
scikit-learn
|
||||
tabulate
|
||||
gdown
|
||||
faiss-cpu
|
Loading…
x
Reference in New Issue
Block a user