The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn
HybridNets: End-to-End Perception Network
Implementation of EfficientDet for PyTorch. EfficientDet implements BiFPN and a compound scaling method for object detection.
EfficientDet implementation for object detection in Pytorch. EfficientNet as backbone. BiFPN.
An efficient and multi-scale feature fusion behavior recognition algorithm
This project is a kind of implementation of EfficientDet(CVPR 2020) using mmdetection.
Object、Lane、Drivable detection by YOLOv5, update the model with RegNet(BackBone)、BiFPN(Neck), object detection and semantic segmentation.