This commit is contained in:
Glenn Jocher 2020-01-02 21:00:38 -08:00
parent d9568a2239
commit c0095c2bc9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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 >= 1.1.0` - `torch >= 1.3`
- `opencv-python` - `opencv-python`
- `tqdm` - `tqdm`