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 confidence of the prediction will exceed 1 after addding extra prior box #33

Open
408550969 opened this issue Aug 3, 2018 · 3 comments

Comments

@408550969
Copy link

I changed the number of categories(30) and the proportion of boxes(add 3 aspect ratio in the 4_3 layer,and 4 in the fc7 and conv6_2 layer). I changed all the 21 to 30 in pluginImplement.cpp and pluginImplement.h.
And changed the appropriate number is in cudaSoftmax.
When I predict, the precision is very low. And the confidence level is greater than 1. What are the reasons and what else do I need to modify?

@chenzhi1992
Copy link
Owner

You should modify the aspect ratio parameter of PriorBox Layer in pluginImplement.cpp

@408550969
Copy link
Author

Yes, I changed it.

@408550969
Copy link
Author

408550969 commented Aug 4, 2018

I find that it is not a question of prior box, but a question of category. I used SSD to train my own dataset, and the results were not correct.

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