This commit is contained in:
Glenn Jocher 2020-02-08 09:47:01 -08:00
parent 106b1961b6
commit 58f04daec6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c
# Requirements # Requirements
Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including: Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including:
- `torch >= 1.3` - `torch >= 1.4`
- `opencv-python` - `opencv-python`
- `Pillow` - `Pillow`