uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

How can I get much more landmark & speed up the algorithm? #23

Closed junliu111 closed 9 years ago

junliu111 commented 10 years ago

Very impressive project and easy to implement.

  1. However, is any possible to get much more facial landmarks. According to the introduction, it only provide 8 points.
  2. Are there any possible method to speed up the overall algorithm, such as using CUDA.
uricamic commented 9 years ago

Hello,

sorry for late answer, for some reason I didn't receive email notification.

  1. It is possible and we have developed new version of the library which provides higher flexibility to fit user's needs. The new version is supposed to be released soon (in 1-2 months).
  2. In the new version, we have achieved big speed-ups for both feature computation and the inference calculation. However, of course things could be done even faster with parallelizations, e.g. using CUDA to calculate the features seems to be straightforward option and could help the overall speed a lot. The new version is designed with respect to possible extensions, so one can easily add the desired functionality.