From e9a38830015d168ff8eaefb37553d7f9c8973773 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Mar 2019 12:33:31 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c7a1bf5..7cbce2af 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - + +
v2.2v3.0

@@ -9,6 +10,7 @@

+ # Introduction This directory contains python software and an iOS App developed by Ultralytics LLC, and **is freely available for redistribution under the GPL-3.0 license**. For more information please visit https://www.ultralytics.com. @@ -64,10 +66,10 @@ HS**V** Intensity | +/- 50% 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-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt` - + ## Webcam