-
Notifications
You must be signed in to change notification settings - Fork 191
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
scale invariant "shapes_residual" #9
Comments
Hi, before global regression, shape_residual will be divided by the size of Best, On Wed, Dec 24, 2014 at 2:30 AM, beginlu notifications@github.com wrote:
Jianwei Yang 杨健伟 |
Sorry for my carelessness, it's so obvious, and i just missed the 'normalizing' part. |
Thanks for your great work, help me through the paper. But there is still one problem confuse me.
In matlab code, i found you transform the intermediate's "shapes_residual" to the "meanshape_resize" coordinate system, while the latter's bounding box is exactly the same as intermediate's shape. Which means the "shapes_residual" would depends on the image resolution, e.g. same image, if i double its size, the "shapes_residual" would be doubled, and the binary feature still the same. Would this affect the global regression? Why not just transform to the unique param's "meanshape"?
The text was updated successfully, but these errors were encountered: