From a21c131dd0a0fefa8199f37e84405937a40c7d69 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 22 Dec 2018 13:05:52 +0100 Subject: [PATCH] updates --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d44821f5..1de16083 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,12 @@ HS**V** Intensity | +/- 50% # Inference Run `detect.py` to apply trained weights to an image and visualize results, 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") + +`detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt` +![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "yolov3 example") + +`detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` +![Alt](https://user-images.githubusercontent.com/26833433/50374155-21427380-05ea-11e9-8d24-f1a4b2bac1ad.jpg "yolov3-tiny example") # Pretrained Weights