From 516ca6c4fa51433aa8ba12d200b665a351144165 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 31 Aug 2019 20:40:27 +0200 Subject: [PATCH] updates Signed-off-by: Glenn Jocher --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 377ed981..933f9452 100755 --- a/README.md +++ b/README.md @@ -107,13 +107,13 @@ python3 detect.py --source ... To run a specific models: **YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights` - + **YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights` - + **YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights` - + # Pretrained Weights