You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: