hunglc007/tensorflow-yolov4-tflite
A TensorFlow 2.0 implementation of YOLOv4, YOLOv3, and their tiny variants for object detection with model conversion utilities.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
This repository provides TensorFlow implementations of YOLO object detection models including YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny. It includes tools to convert Darknet .weights files to TensorFlow saved models, TFLite format, and TensorRT engines. The project supports Android deployment and provides quantized int8 models for efficient inference on mobile devices.