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

Multiscale will not change the size when bigger_scale_peak > smaller_scale_peak > normal_scale_peak #17

Open
aseuteurideu opened this issue Feb 27, 2018 · 1 comment

Comments

@aseuteurideu
Copy link

Looking at this part (update method), it seems the _roi.width, _roi.height, and _scale will not change to bigger scale when bigger_scale_peak > smaller_scale_peak > normal_scale_peak. (I removed the scale_weight multiplication in this explanation to keep it simple)

Because the variables are first divided by scale_step here then multiplied with the same scale_step here. In the end, the variables return to normal scale in this case, while it should be bigger scale.

CMIIW. Thank you~

@aimhabo
Copy link

aimhabo commented Jun 8, 2018

similar problem, The box is always the initial size, and it will be lost after tracking for a while

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

2 participants