yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
377 stars 234 forks source link

cmake question #1

Closed kingvision closed 9 years ago

kingvision commented 9 years ago

Hi thank you for your sharing code! I got a question : /usr/bin/ld: cannot find -lblas can you give me some ideas? thanks

yulequan commented 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

weiyt2014 commented 9 years ago

can this code run in windows?

yulequan commented 9 years ago

I have add a VS2013 project. you can try it!

weiyt2014 commented 9 years ago

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?

yulequan commented 9 years ago

you should modify the paths in the LBF.cpp and TestDemo.cpp

weiyt2014 commented 9 years ago

Thanks very much! boundingbox_test.txt and keypoints_test.txt need to recreate ? I don't find them!