From ad3870c84712b43219174c7ef051206a3ac88e93 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 9 Sep 2019 21:33:54 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 933f9452..19f01c09 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Our Jupyter [notebook](https://colab.research.google.com/github/ultralytics/yolo **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. -![image](https://user-images.githubusercontent.com/26833433/63258271-fe9d5300-c27b-11e9-9a15-95038daf4438.png) + + ## Image Augmentation @@ -68,7 +69,7 @@ Reflection | 50% probability (horizontal-only) H**S**V Saturation | +/- 50% HS**V** Intensity | +/- 50% - + ## Speed