Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from martinruenz/patch-1
Browse files Browse the repository at this point in the history
Update INSTALL.md
  • Loading branch information
soumith authored Oct 25, 2018
2 parents 9c51449 + ca560d8 commit 5b80ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
- torchvision from master
- cocoapi
- yacs
- matplotlib
- (optional) OpenCV for the webcam demo


### Step-by-step installation

```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
Expand Down

0 comments on commit 5b80ec6

Please sign in to comment.