diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b9fa19c..d7045d7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 diff --git a/docs/requirements b/docs/requirements new file mode 100644 index 0000000..f9f6594 --- /dev/null +++ b/docs/requirements @@ -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 \ No newline at end of file