15 lines
		
	
	
		
			541 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			541 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)
 | 
						|
- YOLO Object Detection (TensorFlow tutorial) [video](https://www.youtube.com/watch?v=4eIBisqx9_g)
 | 
						|
 |