Update README.md
This commit is contained in:
parent
7fb64dbf67
commit
907195d77f
|
@ -52,7 +52,7 @@ Our Jupyter [notebook](https://colab.research.google.com/github/ultralytics/yolo
|
||||||
**Resume Training:** `python3 train.py --resume` to resume training from `weights/last.pt`.
|
**Resume Training:** `python3 train.py --resume` to resume training from `weights/last.pt`.
|
||||||
|
|
||||||
**Plot Training:** `from utils import utils; utils.plot_results()` plots training results from `coco_16img.data`, `coco_64img.data`, 2 example datasets available in the `data/` folder, which train and test on the first 16 and 64 images of the COCO2014-trainval dataset.
|
**Plot Training:** `from utils import utils; utils.plot_results()` plots training results from `coco_16img.data`, `coco_64img.data`, 2 example datasets available in the `data/` folder, which train and test on the first 16 and 64 images of the COCO2014-trainval dataset.
|
||||||

|

|
||||||
|
|
||||||
## Image Augmentation
|
## Image Augmentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue