chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2k stars 1.18k forks source link

# #196

Closed Anleeno-Xu closed 2 years ago

Anleeno-Xu commented 2 years ago

#

sridhatta commented 2 years ago

I suggest you go through this Paper first for SSD : https://arxiv.org/pdf/1512.02325.pdf although the mobile net is the variant architecture of the ssd-mobilenet. The Paper for SSD-Mobile Net: https://arxiv.org/pdf/1704.04861.pdf