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

The models I train is fssd,but test use ssd? #8

Open
zhuangruowang opened this issue Dec 5, 2018 · 1 comment
Open

The models I train is fssd,but test use ssd? #8

zhuangruowang opened this issue Dec 5, 2018 · 1 comment

Comments

@zhuangruowang
Copy link

I notice that the model which you train is using fssd frame,but when test time,you test your model by using ssd frame.The AddExtraLayers between ssd and fssd is different.Should I change score_ssd_pascal.py or ssd_detect.py to test my model?

By the way, I want to train fssd and using resnet replace vgg,which layers you think are the important layers to extract feature maps?

Thanks for you help

@lzx1413
Copy link
Owner

lzx1413 commented Dec 17, 2018

Usually, we can get the result of voc2007 in the training process.
If you want to replace vgg with resnet. I suggest fusing the last feature map from stage 3,4 and 5

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

2 participants