This commit is contained in:
Glenn Jocher 2020-01-09 09:59:53 -08:00
parent 5e5f3467d4
commit 6b2153d334
1 changed files with 4 additions and 1 deletions

View File

@ -27,11 +27,14 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c
# Requirements
Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including:
- `torch >= 1.3`
- `opencv-python`
- `Pillow`
All dependencies are included in the associated docker images. Docker requirements are:
- `nvidia-docker`
- Nvidia Driver Version >= 440.44
# Tutorials
* [GCP Quickstart](https://github.com/ultralytics/yolov3/wiki/GCP-Quickstart)