freeCodeCamp/guide/english/machine-learning/yolo-for-object-detection/index.md

13 lines
441 B
Markdown

---
title: YOLO
---
## YOLO - You Only Look Once method for real-time object detection
YOLO is a combined classification and detection framework that is capable of making predictions in real-time, and is on par with state of art detection frameworks.
#### More Information:
- YOLO [paper](https://arxiv.org/abs/1506.02640)
- Author [website](https://pjreddie.com/darknet/yolo/)
- Demo [video](https://www.youtube.com/watch?v=VOC3huqHrss)