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

🔥 added missing requirements. #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ apt-get install tk-dev python-tk
3) Install the python packages:

```
pip install pandas
pip install pycocotools
pip install opencv-python
pip install requests

pip install cffi pandas pycocotools cython opencv-python requests matplotlib scikit-image
pip install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp37-cp37m-linux_x86_64.whl
pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp37-cp37m-linux_x86_64.whl
```

## Training
Expand Down