diff --git a/README.md b/README.md index 9c7a1bf5..0fe97933 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. @@ -34,9 +36,9 @@ 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`. +**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. @@ -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 @@ -75,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