Closed kingvision closed 9 years ago
blas.a is a lib which liblinear uses and you must compiler the blas lib according to your platform. What's more, you can try a absolute path of blas
can this code run in windows?
I have add a VS2013 project. you can try it!
ok,compile is successful! how to test dataset? run successful can Printhelp(),I want to test datasets,but argc==1,and run printhelp(),and end.so how to test image dataset?
you should modify the paths in the LBF.cpp and TestDemo.cpp
Thanks very much! boundingbox_test.txt and keypoints_test.txt need to recreate ? I don't find them!
Hi thank you for your sharing code! I got a question : /usr/bin/ld: cannot find -lblas can you give me some ideas? thanks