Skip to content
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@

## Environment Setup <a name="environment"></a>
```
pip install tensorflow-gpu opencv-python jupyter matplotlib tqdm
pip install tensorflow-gpu opencv-python jupyter matplotlib tqdm scipy googledrivedownloader
# reinstall numpy to solve error about "allow_pickle=False"
pip uninstall numpy
pip install --upgrade numpy==1.16.1
```

## Download Weights <a name="download-weights"></a>
Expand Down