Update README.md

This commit is contained in:
Glenn Jocher 2018-12-28 10:50:38 +01:00 committed by GitHub
parent b41d6af01b
commit 110bc33023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -48,11 +48,9 @@ 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. 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` **YOLOv3:** `detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt`
<img src="https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg" width="800"> <img src="https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg" width="800">
**YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` **YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt`
<img src="https://user-images.githubusercontent.com/26833433/50374155-21427380-05ea-11e9-8d24-f1a4b2bac1ad.jpg" width="800"> <img src="https://user-images.githubusercontent.com/26833433/50374155-21427380-05ea-11e9-8d24-f1a4b2bac1ad.jpg" width="800">
# Pretrained Weights # Pretrained Weights