mystic123/tensorflow-yolo-v3
A TensorFlow implementation of YOLO v3 for real-time object detection.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides a TensorFlow implementation of the YOLO v3 object detection architecture using TF-Slim. It includes utilities to convert pre-trained Darknet weights to TensorFlow format and a demo script for running inference on images. The project supports multiple YOLO variants including the full, tiny, and SPP versions, with COCO dataset class labels.