This commit is contained in:
Glenn Jocher 2018-09-01 18:48:53 +02:00
parent 2cfe763f86
commit a712315de2
1 changed files with 2 additions and 0 deletions

View File

@ -41,11 +41,13 @@ Reflection | 50% probability (horizontal-only)
H**S**V Saturation | +/- 50% H**S**V Saturation | +/- 50%
HS**V** Intensity | +/- 50% HS**V** Intensity | +/- 50%
![Alt](https://github.com/ultralytics/yolov3/blob/master/data/coco_augmentation_examples.jpg "coco image augmentation") ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/coco_augmentation_examples.jpg "coco image augmentation")
# Inference # 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. 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") ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "inference example")
# Testing # Testing