diff --git a/README.md b/README.md index 0d9c7edd..9e8d8ad6 100755 --- a/README.md +++ b/README.md @@ -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)