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

Update INSTALL.md #5

Merged
merged 1 commit into from
Oct 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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