From a712315de2407cfc0accf37c6b3c4ff24f712e2b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 1 Sep 2018 18:48:53 +0200 Subject: [PATCH] updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c617412..6c94b293 100755 --- a/README.md +++ b/README.md @@ -41,11 +41,13 @@ Reflection | 50% probability (horizontal-only) H**S**V Saturation | +/- 50% HS**V** Intensity | +/- 50% + ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/coco_augmentation_examples.jpg "coco image augmentation") # Inference Checkpoints are saved in `/checkpoints` directory. Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder, shown here. + ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "inference example") # Testing