You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
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?
The text was updated successfully, but these errors were encountered:
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?
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?
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?
The text was updated successfully, but these errors were encountered: