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

How to set the size of prior box of PriorBox layer? #190

Open robot-lfr opened 3 years ago

robot-lfr commented 3 years ago

Hello, I want to train this model on my own data, can anybody tell me how to set the size of priorbox of PriorBox layer?

Thanks.