barinova_pedestrians_detection
barinova_pedestrians_detection copied to clipboard
Missing boost dependencies
Even tough I installed all the boost libraries by calling apt-get install libboost-all-dev Still I get following error at compilation
/usr/bin/ld: cannot find -lboost_filesystem-mt /usr/bin/ld: cannot find -lboost_system-mt collect2: error: ld returned 1 exit status make[2]: *** [object_detection] Error 1 make[1]: *** [CMakeFiles/object_detection.dir/all] Error 2 make: *** [all] Error 2
You need to make changes to CMakeLists.txt file in folder"barinova_pedestrians_detection-master/ObjectDetection/ObjectDetection"
At the end of the file, remove -mt wherever possible (At 3 places). It will solve your issue!!