Update README.md

This commit is contained in:
Glenn Jocher 2019-02-13 22:45:52 +02:00 committed by GitHub
parent 2634ff502d
commit 044602b545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<img src="https://storage.googleapis.com/ultralytics/logo/logoname1000.png" width="200"> <img src="https://storage.googleapis.com/ultralytics/logo/logoname1000.png" width="200">
<p> <a href="https://itunes.apple.com/app/id1452689527">
<img href="https://itunes.apple.com/app/id1452689527" src="https://user-images.githubusercontent.com/26833433/50044365-9b22ac00-0082-11e9-862f-e77aee7aa7b0.png" width="180">
</a> </p>
# Introduction # 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). 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 # Requirements
Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages: Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages: