Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting -1 for map using VOC07+12 Trainval #34

Open
Alina-liu opened this issue May 21, 2018 · 6 comments
Open

Getting -1 for map using VOC07+12 Trainval #34

Alina-liu opened this issue May 21, 2018 · 6 comments

Comments

@Alina-liu
Copy link

Alina-liu commented May 21, 2018

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!

@liusai92
Copy link

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?

@imyhxy
Copy link

imyhxy commented Jun 12, 2018

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

@rxqy
Copy link

rxqy commented Jun 29, 2018

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

@Alina-liu
Copy link
Author

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

@imyhxy
Copy link

imyhxy commented Jul 5, 2018

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

@zhangtongton
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants