ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.06k stars 413 forks source link

Face Tracking (not detection) #45

Closed samba3232 closed 2 years ago

samba3232 commented 6 years ago

Face Detection: Simd::detection class fine but Face Tracking: ?

ermig1979 commented 6 years ago

Good face tracker have to be based on face recognition. It is not easy task.

samba3232 commented 6 years ago

I am requesting to know at least is there any methods for to get landmarks of face?

ermig1979 commented 5 years ago

Lately I develop a project to fast inference of previously trained neural models. It is something like Inference Engine but it also supports ARM CPU. May be it will be useful for you. Test examples contain models trained for face detection and face landmarks detection (some of landmarks are correspond to eyes).