-
Notifications
You must be signed in to change notification settings - Fork 173
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
Bounding box size should be cell size^2 in init to avoid heap corruption in fhog. #10
Comments
Hi, |
Here it is; /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7ffff312d7e5] 0x7ffff029b6c3 41 57 push %r15 solution is that;
|
can you please also provide the input data that you used? i.e. image, initial bbox |
it looks weird, the image dimensions and the bbox size does not corresponds with the output you provided |
Thumbnail may not match with console output, there are many objects in that scene. That is one of them and crashing. It is extremely easy to reproduce this, just give random init boxes, any of them except x16 makes your program crash at some point after heap corruption. |
also I should comment out:
|
I evaluated the code on many tracking benchmarks and did not see this heap corruptions, so it is not that easy to reproduce. I check several sequences and their bboxes are definitely not multiples of 16. |
I will prepare a simple test case for you when I have time. I am running multiple instances, thats all. |
that would be great |
gradient.cpp
void fhog( float *M, float *O, float *H, int h, int w, int binSize,int nOrients, int softBin, float clip )
The text was updated successfully, but these errors were encountered: