MobileNet-SSD
MobileNet-SSD copied to clipboard
MobileNet-SSD inputsize192x192
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?
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%.
Could you teach me how to change the input size, plz!