diff --git a/README.md b/README.md index a25741a7..a9f21177 100755 --- a/README.md +++ b/README.md @@ -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.