-
Notifications
You must be signed in to change notification settings - Fork 48
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
segmentation fault #1
Comments
I found there is a problem in Line 40 in the fhog.cpp. It works fine when the line changes into |
fhog.cpp is from 'https://github.com/ppaanngggg/fhog/blob/master/pdollar/fhog.cpp'. I run my code in ubuntu15 and macOS, no crash problem. |
from your fix method, maybe the difference is from compiler. you can try change -O3 to -O2. IF (UNIX) |
I compiled it in my Ubuntu 14.04 system(OpenCV 3.1). When it runs, it shows segmentation fault. The message is
...norm_pwp_search_area.width 150 norm_pwp_search_area.height 148
Segmentation fault (core dumped)
Any suggestion for the error? Thanks
The text was updated successfully, but these errors were encountered: