This commit is contained in:
Glenn Jocher 2019-01-05 17:23:17 +02:00
parent d673b6c5f4
commit 178e1a346b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c
Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages: Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages:
- `numpy` - `numpy`
- `torch` - `torch >= 1.0.0`
- `opencv-python` - `opencv-python`
# Training # Training

View File

@ -1,5 +1,5 @@
# pip3 install -U -r requirements.txt # pip3 install -U -r requirements.txt
numpy numpy
opencv-python opencv-python
torch torch >= 1.0.0
matplotlib matplotlib