mirror of https://github.com/JDAI-CV/fast-reid.git
commit
ad9046c46e
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue