Skip to content

Commit

Permalink
Update the installation process. (#502)
Browse files Browse the repository at this point in the history
* Add new section "Projects using maskrcnn-benchmark".

* Update README.md

update the format.

* Update README.md

* Add coco_2017_train and coco_2017_val

* Update README.md

Add the instructions about COCO_2017

* Update the pip install.
Adding tqdm which is used in engine/inference.py
  • Loading branch information
Cheng-Yang Fu authored and fmassa committed Feb 28, 2019
1 parent 1818bb2 commit 75523a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -24,7 +24,7 @@ conda activate maskrcnn_benchmark
conda install ipython

# maskrcnn_benchmark and coco api dependencies
pip install ninja yacs cython matplotlib
pip install -r requirements.txt

# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.0
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
ninja
yacs
cython
matplotlib
tqdm

0 comments on commit 75523a7

Please sign in to comment.