From 2c2d7bc63b9e446626f305e1a8a9bd6df1746035 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 5 Mar 2019 16:23:33 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.