davheld / GOTURN

Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks, Held, et al. ECCV 2016
http://davheld.github.io/GOTURN/GOTURN.html
MIT License
886 stars 316 forks source link

hi i got an error when i make on my jetson tk1 #26

Open puface opened 7 years ago

puface commented 7 years ago

hi all i got an error when i run make on my jetson tk1 (ubuntu 14.04 32 bit and opencv 3.1.0 )

[ 68%] Built target GOTURN Linking CXX executable save_videos_vot libGOTURN.a(loader_vot.cpp.o): In function LoaderVOT::LoaderVOT(std::string const&)': loader_vot.cpp:(.text+0x74): undefined reference tofind_subfolders(boost::filesystem::path const&, std::vector<std::string, std::allocator >)' loader_vot.cpp:(.text+0x164): undefined reference to `find_matching_files(boost::filesystem::path const&, boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits > >, std::vector<std::string, std::allocator >)' libGOTURN.a(tracker_manager.cpp.o): In function TrackerTesterAlov::VideoInit(Video const&, unsigned int)': tracker_manager.cpp:(.text+0x65c): undefined reference tonum2str(int)' libGOTURN.a(bounding_box.cpp.o): In function BoundingBox::Shift(cv::Mat const&, double, double, double, double, bool, BoundingBox*) const': bounding_box.cpp:(.text+0x5e2): undefined reference tosample_exp_two_sided(double)' bounding_box.cpp:(.text+0x65a): undefined reference to sample_rand_uniform()' bounding_box.cpp:(.text+0x6c6): undefined reference tosample_rand_uniform()' bounding_box.cpp:(.text+0x76e): undefined reference to sample_rand_uniform()' bounding_box.cpp:(.text+0x81a): undefined reference tosample_exp_two_sided(double)' bounding_box.cpp:(.text+0x89a): undefined reference to sample_exp_two_sided(double)' bounding_box.cpp:(.text+0x950): undefined reference tosample_rand_uniform()' bounding_box.cpp:(.text+0x9b6): undefined reference to `sample_exp_two_sided(double)' collect2: error: ld returned 1 exit status make[2]: [save_videos_vot] Error 1 make[1]: [CMakeFiles/save_videos_vot.dir/all] Error 2 make: *** [all] Error 2

nectar12 commented 7 years ago

Hi, did you solver this problem?