fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@ -0,0 +1,12 @@
---
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)