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

Mxnet-SSD: How to choose aspect ratios and sizes of default box? #19

Open
Chida15 opened this issue Mar 24, 2019 · 0 comments
Open

Mxnet-SSD: How to choose aspect ratios and sizes of default box? #19

Chida15 opened this issue Mar 24, 2019 · 0 comments

Comments

@Chida15
Copy link

Chida15 commented Mar 24, 2019

I have got the real sizes and aspect ratios of the objects, how can I use them in the mxnet?
Assuming:
num_classes = 6
width: 29.55, 41.71, 72.41, 82.82, 96.68, 114.57
height: 32.47, 49.55, 62.53, 76.10, 88.38, 103.33
ratio:0.39, 0.83, 1.08, 1.48, 1.83, 2.32

I set the sizes and ratios just like this and I use the function MultiBoxPrior to get the default box,
however, I just can't get the right result!
sizes = [[0.057, 0.081], [0.141, 0.149], [0.173, 0.189], [0.202, 0.224]]
ratios = [[0.39, 0.83], [1.08, 1.48], [1.83, 2], [2.32, 2]]

Anyone can help me? Thanks a lot!

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

1 participant