Update README.md

This commit is contained in:
Glenn Jocher 2019-03-05 16:23:33 +01:00 committed by GitHub
parent 3e6800fbc9
commit 2c2d7bc63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac
- `torch >= 1.0.0`
- `opencv-python`
# Tutorials
* [Transfer Learning](https://github.com/ultralytics/yolov3/wiki/Example:-Transfer-Learning)
* [Train Single Image](https://github.com/ultralytics/yolov3/wiki/Example:-Train-Single-Image)
* [Train Single Class](https://github.com/ultralytics/yolov3/wiki/Example:-Train-Single-Class)
* [Train Custom Data](https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data)
# 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.