From 0afcd9db8a81496cdb7fc040dc617f95f7eafbea Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 9 Jan 2020 09:56:16 -0800 Subject: [PATCH] updates --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb92e719..ab3f8049 100755 --- a/README.md +++ b/README.md @@ -26,12 +26,11 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c # Requirements -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, including: -- `numpy` - `torch >= 1.3` - `opencv-python` -- `tqdm` +- `Pillow` # Tutorials