From b41d6af01b6f442d589cc15007634c5a46d8dfee Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 28 Dec 2018 10:50:08 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d2cb14..fa0942e8 100755 --- a/README.md +++ b/README.md @@ -48,10 +48,12 @@ HS**V** Intensity | +/- 50% Run `detect.py` to apply trained weights to an image and visualize results, such as `zidane.jpg` from the `data/samples` folder, shown here. **YOLOv3:** `detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt` -![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "yolov3 example") + + **YOLOv3-tiny:** `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