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

fhog.cpp :meet some questions #1

Open
shenjackson opened this issue Sep 18, 2018 · 1 comment
Open

fhog.cpp :meet some questions #1

shenjackson opened this issue Sep 18, 2018 · 1 comment

Comments

@shenjackson
Copy link

shenjackson commented Sep 18, 2018

I have some problems.
There is always a segmentation error in fhog.cpp.
Do you know what the problem is?

I use the CentOS 7

@shenjackson shenjackson changed the title fhog fhog.cpp :meet some questions Sep 18, 2018
@QuietWoods
Copy link

QuietWoods commented Sep 17, 2019

maybe the difference is from compiler. you can try change -O3 to -O2.
CMakeLists.txt:
if(NOT WIN32)
ADD_DEFINITIONS("-std=c++11 -O2")
endif(NOT WIN32)
xuduo35/STAPLE#1

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