Update README.md
This commit is contained in:
parent
3e6800fbc9
commit
2c2d7bc63b
|
@ -26,6 +26,13 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac
|
||||||
- `torch >= 1.0.0`
|
- `torch >= 1.0.0`
|
||||||
- `opencv-python`
|
- `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
|
# 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`. Training runs about 1 hour per COCO epoch on a 1080 Ti.
|
||||||
|
|
Loading…
Reference in New Issue