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 parameters problem(num of priorbox) #23

Closed
wjxiz1992 opened this issue Aug 23, 2017 · 3 comments
Closed

The parameters problem(num of priorbox) #23

wjxiz1992 opened this issue Aug 23, 2017 · 3 comments

Comments

@wjxiz1992
Copy link

wjxiz1992 commented Aug 23, 2017

self.mbox("conv11", 3)

Hi, chuanqi305, why the parameter here is 3 ,not 4? Because according to weiliu89's source code in "prior_box_layer.cpp", if aspect ratio = [2.0], there should be 4 default boxes, their width are:

  1. aspect = 1.0 width = min_size
    2.aspect = 1.0 width = sqrt(min_size*max_size)
  2. aspect = 2.0 width = min_size * sqrt(2.0)
  3. aspect = 1/2.0 width = min_size * sqrt(1/2.0)

Thanks for your explanation here.

@chuanqi305
Copy link
Owner

I followed tensorflow's config, 3 anchors for conv11, without
2.aspect = 1.0 width = sqrt(min_size*max_size)

@wjxiz1992
Copy link
Author

wjxiz1992 commented Aug 29, 2017 via email

@Aspirinkb
Copy link

Hi @chuanqi305 where can I find tensorflow's mobilenet(v2) ssd config? I downloaded its source code (tensorflow-models) but did not find the config details about conv11 layer's anchors.

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

3 participants