yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
378 stars 232 forks source link

Average testing time for one image #3

Closed nishantkapur closed 8 years ago

nishantkapur commented 9 years ago

Greetings can you tell me something about the average testing time for one image through your program.

Thanks

yulequan commented 9 years ago

On my Intel i5 macbook , the average testing time is about 16ms.

nishantkapur commented 9 years ago

any suggestions on how to compile the code using vs10?

yulequan commented 9 years ago
  1. configure opencv in your project.
  2. add blas library to your project . (maybe you should compiler it first)
  3. the linear.cpp linaer.h tron.h tron.cpp also need to be added to your project, but as source file.
nishantkapur commented 9 years ago

Thanks......will configuring boost libraries will be enough?

On Sun, May 10, 2015 at 11:44 PM, Lequan Yu notifications@github.com wrote:

  1. configure opencv in your project.
  2. add blas library to your project . (maybe you should compiler it first)
  3. the linear.cpp linaer.h tron.h tron.cpp also need to be added to your project, but as source file.

— Reply to this email directly or view it on GitHub https://github.com/yulequan/face-alignment-in-3000fps/issues/3#issuecomment-100788139 .

yulequan commented 9 years ago

I don't know....

yulequan commented 9 years ago

I have added a VS 2013 project. You can try it.