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

Model Center Variance and Size Variance #5

Open
prerakgupta opened this issue May 17, 2020 · 0 comments
Open

Model Center Variance and Size Variance #5

prerakgupta opened this issue May 17, 2020 · 0 comments

Comments

@prerakgupta
Copy link

I'm trying to run this DSSD implementation on BDD Dataset which has images of 720x1280.

I first started with input size 320 because a lot model parameters were defined for it. I'm trying to understand the center variance and size variance used in defaults.py. I could identify them being used in box_utils.py but can you please help me understand them?

  1. Are they model parameters or dependant on the choice of input? Given my choice of dataset running with input size 320 do I need to change them?

  2. Also if I provide my ground truth box co-ordinates (x1, y1, x2, y2) relative to the actual input image in the dataset (720x1280), they (gt_boxes) will be normalised as per the model input size (320) right?

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