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
In case someone's looking for a workaround, disabling the OPENMP option via CMake allows a no-error compilation. However, results are not as coherent nor stable as presented in the paper.
hi, I build the project in Mac. when I do 'make', some problems occur like this:
$ make
Scanning dependencies of target PartsBasedDetector_lib
[ 6%] Building CXX object src/CMakeFiles/PartsBasedDetector_lib.dir/DepthConsistency.cpp.o
clang: error: no such file or directory: 'NOTFOUND'
make[2]: *** [src/CMakeFiles/PartsBasedDetector_lib.dir/DepthConsistency.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/PartsBasedDetector_lib.dir/all] Error 2
make: *** [all] Error 2
could you help me? thx
The text was updated successfully, but these errors were encountered: