updates
This commit is contained in:
parent
5e5f3467d4
commit
6b2153d334
|
@ -27,11 +27,14 @@ 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.3`
|
||||||
- `opencv-python`
|
- `opencv-python`
|
||||||
- `Pillow`
|
- `Pillow`
|
||||||
|
|
||||||
|
All dependencies are included in the associated docker images. Docker requirements are:
|
||||||
|
- `nvidia-docker`
|
||||||
|
- Nvidia Driver Version >= 440.44
|
||||||
|
|
||||||
# Tutorials
|
# Tutorials
|
||||||
|
|
||||||
* [GCP Quickstart](https://github.com/ultralytics/yolov3/wiki/GCP-Quickstart)
|
* [GCP Quickstart](https://github.com/ultralytics/yolov3/wiki/GCP-Quickstart)
|
||||||
|
|
Loading…
Reference in New Issue