You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leaf
fd82b5c7eb
|
4 years ago | |
---|---|---|
.. | ||
_base_ | 4 years ago | |
README.md | 4 years ago | |
ssd_mobilenet_v1_300_120e_voc.yml | 4 years ago | |
ssd_vgg16_300_240e_voc.yml | 4 years ago | |
ssdlite_ghostnet_320_coco.yml | 4 years ago | |
ssdlite_mobilenet_v1_300_coco.yml | 4 years ago | |
ssdlite_mobilenet_v3_large_320_coco.yml | 4 years ago | |
ssdlite_mobilenet_v3_small_320_coco.yml | 4 years ago |
README.md
SSD: Single Shot MultiBox Detector
Model Zoo
SSD on Pascal VOC
骨架网络 | 网络类型 | 每张GPU图片个数 | 学习率策略 | 推理时间(fps) | Box AP | 下载 | 配置文件 |
---|---|---|---|---|---|---|---|
VGG | SSD | 8 | 240e | ---- | 77.8 | 下载链接 | 配置文件 |
MobileNet v1 | SSD | 32 | 120e | ---- | 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},
}