xuannianz/EfficientDet
A Keras and TensorFlow implementation of the EfficientDet object detection model.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides a complete implementation of EfficientDet for object detection, based on Google’s official AutoML implementation and keras-retinanet. It supports training on standard datasets like Pascal VOC and MS COCO, includes pretrained weights on ImageNet and COCO, and offers variants for oriented object detection and quadrangle detection. Users can train models using configurable phi parameters (0-6) for different model scales.