musyoku / face-alignment-at-3000fps

Face Alignment at 3000 FPS via Regressing Local Binary Features
18 stars 8 forks source link

How run webcam test? #1

Open buliginleo opened 6 years ago

buliginleo commented 6 years ago

Hello! How to run a test on a webcam? And what is the python package "lbf"?

musyoku commented 6 years ago

Hi. Running make install will generate lbf.so. import lbf loads lbf.so.

You need to train a model before testing.

musyoku commented 6 years ago

With a normalized dataset we can obtain high accuracy, but the result is poor on webcam because normalization of image from webcam is not implemented,