From 044602b5457939f863463ed8f1d4a02313ff7743 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 13 Feb 2019 22:45:52 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c574dba..216bd419 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +

+ +

# Introduction @@ -9,6 +12,8 @@ https://www.ultralytics.com. 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: