support set up with conda

pull/259/head
wangguanan 2020-09-08 11:14:05 +08:00
parent 57710a9df7
commit 7e2bc6873f
2 changed files with 33 additions and 0 deletions

View File

@ -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 100644
View 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