updates
This commit is contained in:
parent
22e963a8b7
commit
0d1bcae1ef
|
@ -44,8 +44,8 @@ HS**V** Intensity | +/- 50%
|
||||||
<img src="https://user-images.githubusercontent.com/26833433/50525037-6cbcbc00-0ad9-11e9-8c38-9fd51af530e0.jpg">
|
<img src="https://user-images.githubusercontent.com/26833433/50525037-6cbcbc00-0ad9-11e9-8c38-9fd51af530e0.jpg">
|
||||||
|
|
||||||
# Inference
|
# Inference
|
||||||
## Images
|
|
||||||
Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder, shown here.
|
Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder:
|
||||||
|
|
||||||
**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://user-images.githubusercontent.com/26833433/50524393-b0adc200-0ad5-11e9-9335-4774a1e52374.jpg" width="800">
|
<img src="https://user-images.githubusercontent.com/26833433/50524393-b0adc200-0ad5-11e9-9335-4774a1e52374.jpg" width="800">
|
||||||
|
@ -54,8 +54,8 @@ Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from
|
||||||
<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">
|
||||||
|
|
||||||
## Webcam
|
## Webcam
|
||||||
Run `detect.py` with `webcam=True` to show a live webcam feed.
|
|
||||||
|
|
||||||
|
Run `detect.py` with `webcam=True` to show a live webcam feed.
|
||||||
|
|
||||||
# Pretrained Weights
|
# Pretrained Weights
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue