From e9a38830015d168ff8eaefb37553d7f9c8973773 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Mar 2019 12:33:31 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c7a1bf5..7cbce2af 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - + +
v2.2v3.0

@@ -9,6 +10,7 @@

+ # Introduction This directory contains python software and an iOS App developed by Ultralytics LLC, and **is freely available for redistribution under the GPL-3.0 license**. For more information please visit https://www.ultralytics.com. @@ -64,10 +66,10 @@ HS**V** Intensity | +/- 50% Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder: **YOLOv3:** `detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt` - + **YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` - + ## Webcam From c468294a48be7dc2900ddab0258e0dc7513d981e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Mar 2019 12:45:49 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cbce2af..17420310 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac # Training -**Start Training:** Run `train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`. Training runs about 1 hour per COCO epoch on a 1080 Ti. +**Start Training:** Run `train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`. **Resume Training:** Run `train.py --resume` to resume training from the most recently saved checkpoint `weights/latest.pt`. From 096d55c1208b4cf0535de446417b533094a3d421 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Mar 2019 12:46:44 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17420310..5ae3e159 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac **Start Training:** Run `train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`. -**Resume Training:** Run `train.py --resume` to resume training from the most recently saved checkpoint `weights/latest.pt`. +**Resume Training:** Run `train.py --resume` resumes training from the latest checkpoint `weights/latest.pt`. Each epoch trains on 120,000 images from the train and validate COCO sets, and tests on 5000 images from the COCO validate set. Default training settings produce loss plots below, with **training speed of 0.6 s/batch on a 1080 Ti (18 epochs/day)** or 0.45 s/batch on a 2080 Ti. From 094edb40367a3e5eb6cbbfbfb37b96b24a740b6a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Mar 2019 12:49:18 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ae3e159..0fe97933 100755 --- a/README.md +++ b/README.md @@ -77,8 +77,6 @@ Run `detect.py` with `webcam=True` to show a live webcam feed. # Pretrained Weights -Download official YOLOv3 weights: - **Darknet** format: - https://pjreddie.com/media/files/yolov3.weights - https://pjreddie.com/media/files/yolov3-tiny.weights