zylo117/Yet-Another-EfficientDet-Pytorch
A PyTorch implementation of EfficientDet, a family of object detection models, with pretrained weights and benchmark performance.

This repository provides a PyTorch re-implementation of Google’s EfficientDet object detection architecture. It includes implementations of multiple EfficientDet variants (D0-D7) with BiFPN (Bidirectional Feature Pyramid Network) backbones. The project offers pretrained weights, training scripts, and benchmark results comparing against the official implementation, focusing on real-time detection performance and accuracy metrics like mAP.