ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.68k stars 1.22k forks source link

MAP is 0 in VOC 2012.What's the problem? #164

Open mystatic opened 7 years ago

mystatic commented 7 years ago

I get nice performance when my train+test dataset is VOC2007. But when I change my train+test dataset to VOC2012. The MAP became 0,but the loss decreased normally? What the problem? I run experiment/script_faster_rcnn_VOC2012_VGG16.m

mystatic commented 7 years ago

Finally, I know the reason. Because, you should upload your detect results to PASCAl VOC 2012 official website to get te meanAP.