updates
This commit is contained in:
parent
2cfe763f86
commit
a712315de2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue