SSD: Single Shot MultiBox Detector

March 31, 2021 · View on GitHub

Model Zoo

SSD on Pascal VOC

骨架网络网络类型每张GPU图片个数学习率策略推理时间(fps)Box AP下载配置文件
VGGSSD8240e----77.8下载链接配置文件
MobileNet v1SSD32120e----73.8下载链接配置文件

注意: SSD-VGG使用4GPU在总batch size为32下训练240个epoch。SSD-MobileNetv1使用2GPU在总batch size为64下训练120周期。

Citations

@article{Liu_2016,
   title={SSD: Single Shot MultiBox Detector},
   journal={ECCV},
   author={Liu, Wei and Anguelov, Dragomir and Erhan, Dumitru and Szegedy, Christian and Reed, Scott and Fu, Cheng-Yang and Berg, Alexander C.},
   year={2016},
}