From eadc06bce8d835fd1c1736898179fc3195d64520 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 27 Jun 2020 23:52:45 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9da58e5a..84ca6864 100755 --- a/README.md +++ b/README.md @@ -1,25 +1,7 @@ - - - - - - -
- - - - - - - - - -
+ + - -## Introduction - -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/. +This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch. The code works on Linux, MacOS and Windows. **Credit to Joseph Redmon for YOLO:** https://pjreddie.com/darknet/yolo/. ## Requirements From fc0394e0382fdefe3c73c13babf4980140a304b1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 27 Jun 2020 23:54:46 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84ca6864..b62dcad8 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ - - + + +  -This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch. The code works on Linux, MacOS and Windows. **Credit to Joseph Redmon for YOLO:** https://pjreddie.com/darknet/yolo/. +This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch. The code works on Linux, MacOS and Windows. Credit to Joseph Redmon for YOLO https://pjreddie.com/darknet/yolo/. ## Requirements From 46575cfad5fca621d1a4247b33dc581f822fe98a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 27 Jun 2020 23:59:54 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62dcad8..bf4017d6 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - +   This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch. The code works on Linux, MacOS and Windows. Credit to Joseph Redmon for YOLO https://pjreddie.com/darknet/yolo/.