Keras/TensorFlow implementation for EfficientDet object detection
Top 29.1% on sourcepulse
This repository provides an implementation of EfficientDet, a family of scalable and efficient object detection models, for use with Keras and TensorFlow. It targets researchers and practitioners in computer vision who need a flexible and performant object detection solution. The project offers pre-trained weights and synchronization with the official Google implementation.
How It Works
This implementation leverages the EfficientNet backbone for feature extraction and incorporates the BiFPN (Bi-directional Feature Pyramid Network) for multi-scale feature fusion, a core innovation of EfficientDet. This combination allows for improved accuracy and efficiency across a range of model scales (phi 0-6), enabling users to balance performance and computational cost.
Quick Start & Requirements
pip
.Highlighted Details
automl
implementation.Maintenance & Community
The project is based on contributions from fizyr/keras-retinanet
and qubvel/efficientnet
. No specific community channels or active maintenance signals are mentioned.
Licensing & Compatibility
Released under the Apache License 2.0. Users should also consider the licenses of its dependencies. The Apache 2.0 license is generally permissive for commercial use.
Limitations & Caveats
The README indicates that the anchor-free version has slightly lower accuracy. Some features like quadrangle detection are detailed in separate READMEs, suggesting potential fragmentation of documentation.
1 year ago
Inactive