chuanqi305 / MobileNet-SSD

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

MobileNet-SSD inputsize192x192 #99

Open caoqichun opened 6 years ago

caoqichun commented 6 years ago

I use the inputsize which is 192x192, and the mAP is 0.6. However, using the inputsize of 300x300, the mAP is 0.74. Why this? Can you give me advise?

ujsyehao commented 6 years ago

The resolution size can affect mAP, if the resolution size is bigger, the mAP is higher. How do you get mAP 0.74? the author just trains a model and its mAP is 72.7%.

pluie commented 5 years ago

Could you teach me how to change the input size, plz!