Unverified Commit 5b80ec60 authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub

Merge pull request #5 from martinruenz/patch-1

Update INSTALL.md
parents 9c514492 ca560d86
......@@ -5,6 +5,7 @@
- torchvision from master
- cocoapi
- yacs
- matplotlib
- (optional) OpenCV for the webcam demo
......@@ -12,7 +13,7 @@
```bash
# maskrnn_benchmark and coco api dependencies
pip install ninja yacs cython
pip install ninja yacs cython matplotlib
# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment