From d85eafe550bf651a54d2d3038fe1f3078945292c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 11 Feb 2019 14:11:24 +0100 Subject: [PATCH] updates --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1f502e2c..fa29c045 100755 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ HS**V** Intensity | +/- 50% # Inference +## Images 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` @@ -53,6 +54,10 @@ Run `detect.py` to apply trained weights to an image and visualize results, such **YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` +## Webcam +Run `detect.py` with `webcam=True` to show a live webcam feed. + + # Pretrained Weights Download official YOLOv3 weights: