From 126f70bbe951b8813933c44cad3b2a274d4ac164 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 May 2019 02:02:41 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b568b1..668eaba7 100755 --- a/README.md +++ b/README.md @@ -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: - `numpy` -- `torch >= 1.0.0` +- `torch >= 1.1.0` - `opencv-python` - `tqdm` From b4610520eae404a7f58632f37f6e164d5ac6abc0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 May 2019 02:02:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 668eaba7..dee86399 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac A jupyter notebook with training, detection and testing examples is available at: https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw - # Training **Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`.