YunYang1994/tensorflow-yolov3
A TensorFlow implementation of the YOLOv3 real-time object detection neural network.

Velocity · 7d
+1.3
★ / day
Trend
→steady
star history
This repository contains code for the YOLOv3 object detection system, based on the original technical report. It provides TensorFlow implementations for model training on custom datasets and inference on images or video. The code includes utilities for converting pretrained weights, freezing graphs to protobuf format, and running detection demos with bounding box visualizations.