FPN icon indicating copy to clipboard operation
FPN copied to clipboard

Getting -1 for map using VOC07+12 Trainval

Open Alina-liu opened this issue 6 years ago • 6 comments

Hi,thank you for your code,I'm new on this ,I use your net and change the baseline to resnext using resnext50 which is convertied from caffe model ,but I get -1 mAP for all classes,can you tell me why? Thank you and please forgive my poor English!

Alina-liu avatar May 21 '18 13:05 Alina-liu

I encounted this issue too, I checked the weights I trained, there are lots of nan in the scope of res3_5, Top-Down, RPN, Fast-RCNN, is it just a hyperparameter problem? I also found that I didn't restore all weights in Resnet50.npy, especially batch-normalization layer's weights 'mean, variance', should them be restored to graph variables beta, gamma?

liusai92 avatar May 25 '18 01:05 liusai92

The same problem here, which version of tensorflow you are using?

imyhxy avatar Jun 12 '18 06:06 imyhxy

there might some difference between these models ie, maybe caffe pretrain model requires input normalization. while the origin one doesn't

rxqy avatar Jun 29 '18 01:06 rxqy

I used the tensorflow 1.0.1,does this version lead to the problem? @imyhxy

Alina-liu avatar Jun 29 '18 08:06 Alina-liu

@Alina-liu I am not sure, but I used the tensorflow 1.8.

imyhxy avatar Jul 05 '18 01:07 imyhxy

The same problem here, has it solved? thx @Alina-liu @imyhxy

zhangtongton avatar Nov 28 '18 11:11 zhangtongton