lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

Supported for Mobilenet v3 as backbone #151

Closed chakkritte closed 4 years ago

chakkritte commented 4 years ago

Hi @lufficc,

From https://github.com/lufficc/SSD/issues/132#issue-561981682, I successfully added MobileNet v3 as backbone (0.6931 mAP trained on VOC2007+2012).

The checkpoint of MobileNetv3 can is downloaded as https://www.dropbox.com/s/8cr9t30yh1qyp71/mobilenet_v3_ssd320_voc0712_v3.pth?dl=0

Hope it useful for anyone.

lufficc commented 4 years ago

Thanks your Great work. I'll review this pr and merge to master branch shortly.