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

13 lines
441 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
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)