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

Wrong detection result? #156

Open lucasjinreal opened 5 years ago

lucasjinreal commented 5 years ago

I download the 73000 iter caffemodel and converted into no_bn model. when run demo (changed the net and model of course), the result are wrong:

image

The result are messed up, what's going wrong?

lucasjinreal commented 5 years ago

Well, if I am not using mege_bn, directly using iter 73000 caffemodel, the result seems correct:

image

Does the merge bn scripts wrong?

xizi commented 5 years ago

I also encount this problem.

Samjith888 commented 4 years ago

which tool you used for labeling the image? how will be the labelled object location will store in the file?