SamMorgan commited on
Commit
0c19904
·
1 Parent(s): 50fd48e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: object-detection
19
 
20
  # YOLOv4
21
 
22
- YOLO, for You Only Look Once, is an object detection system in real-time, introduced in [this paper](https://arxiv.org/abs/2004.10934), that recognizes various objects in a single enclosure. It identifies objects more rapidly and more precisely than other recognition systems. Three authors Alexey Bochkovskiy, the Russian developer who built the YOLO Windows version, Chien-Yao Wang, and Hong-Yuan Mark Liao, are accounted for in this work and the entire code is available on [Github](https://github.com/AlexeyAB/darknet).
23
 
24
  This YOLOv4 library, inspired by previous YOLOv3 implementations here:
25
  * [Yolov3 tensorflow](https://github.com/YunYang1994/tensorflow-yolov3)
 
19
 
20
  # YOLOv4
21
 
22
+ YOLO, for "You Only Look Once", is an object detection system in real-time, introduced in [this paper](https://arxiv.org/abs/2004.10934), that recognizes various objects in a single enclosure. It identifies objects more rapidly and more precisely than other recognition systems. Three authors Alexey Bochkovskiy, the Russian developer who built the YOLO Windows version, Chien-Yao Wang, and Hong-Yuan Mark Liao, are accounted for in this work and the entire code is available on [Github](https://github.com/AlexeyAB/darknet).
23
 
24
  This YOLOv4 library, inspired by previous YOLOv3 implementations here:
25
  * [Yolov3 tensorflow](https://github.com/YunYang1994/tensorflow-yolov3)