From 0d1bcae1ef65d8a2243a73ef2f8c83b961894bf1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 11 Feb 2019 14:13:27 +0100 Subject: [PATCH] updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b75418d..2c574dba 100755 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ HS**V** Intensity | +/- 50% # 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` @@ -54,8 +54,8 @@ Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from ## 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