From 9b4e9924fb67d7d666d7fc64eb93de4ab341adb7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 13 Feb 2019 23:15:30 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cce9f4e5..919611ac 100755 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ - - -

- -

- - + + + + + +
+

+

+ +

# Introduction -This directory contains software developed by Ultralytics LLC, and **is freely available for redistribution under the GPL-3.0 license**. For more information on Ultralytics projects please visit: +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 on Ultralytics projects please visit: https://www.ultralytics.com. # Description The https://github.com/ultralytics/yolov3 repo contains inference and training code for YOLOv3 in PyTorch. The code works on Linux, MacOS and Windows. Training is done on the COCO dataset by default: https://cocodataset.org/#home. **Credit to Joseph Redmon for YOLO** (https://pjreddie.com/darknet/yolo/) and to **Erik Lindernoren for the PyTorch implementation** this work is based on (https://github.com/eriklindernoren/PyTorch-YOLOv3). - - # Requirements Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages: