-
Notifications
You must be signed in to change notification settings - Fork 46
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
some questions about offset&steps #10
Comments
@CrazySssst hi, have you figured out why the offsets should be [2.5, 2.5, 10.5, 26.5, 90.5, 160.5]? I think at least offsets should be less than 1.0 for original ssd's code. Here the start looks like equaling to offset * step. |
@chengyangfu @caiqi yes, i have the same confusion as you .
and |
@CrazySssst Hi,do you find out how to change the offset to get the correct result ? |
@CrazySssst have u solve the problem?? |
question about offset:
i found that you set offsets=[2.5, 2.5, 10.5, 26.5, 90.5, 160.5] in ssd_pascal_resnet_321.py , but offset is 0.5 in origin ssd(VGG), my question is:
1.why you do these changes?
2.how select the value of offset ( i mean why you use 2.5 instead of 1.5 or 3 )?
question about steps:
step of res7_relu (6 x 6) and res8_relu(3 x 3) are equal , you set them to 64 , but their resolutions are different. could you give some explains?
The text was updated successfully, but these errors were encountered: