barinova_pedestrians_detection
barinova_pedestrians_detection copied to clipboard
Linux port of original Windows code from Olga Barinova
I run the command the do the testing: ``` ./object_detection ~/Develop/barinova_pedestrians_detection-master/example/campus-config ``` It gives me an error: Loading config file Done Reading images from host_folder == '/home/zhuofu/Develop/barinova_pedestrians_detection-master/example/tud-campus-sequence/' Created output folder...
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:...
I tried building the library in Ubuntu 12.04, OpenCV 2.2 (also attempted other configurations), and kept getting an error like the following: ``` /usr/bin/c++ -Wall -DNDEBUG -O3 -fopenmp -funroll-loops -march=native...