llSourcell/YOLO_Object_Detection
A TensorFlow implementation of the YOLO object detection model for real-time image detection and classification.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository contains an implementation of YOLO (You Only Look Once), a popular real-time object detection system. It uses the darkflow library (a TensorFlow port of the darknet YOLO implementation) to perform object detection and classification. The project supports running pre-trained YOLO models (v1 and v2 variants) and includes options for training or fine-tuning on custom datasets.