isikmustafa / face-tracking

RGB Face Tracking and Reconstruction on GPU using CUDA
BSD 2-Clause "Simplified" License
14 stars 6 forks source link

Facial keypoint detector #4

Open Mirjang opened 5 years ago

Mirjang commented 5 years ago

Find a facial keypoint detector and set it up to work within our pipeline

isikmustafa commented 5 years ago

Whoever gets to implement this, follow the paper: https://ci2cv.net/media/papers/2011_IJCV_Saragih.pdf

Zielon commented 5 years ago

I will first check the following: https://www.adrianbulat.com/downloads/FaceAlignment/FaceAlignment.pdf https://github.com/1adrianb/face-alignment Mostly concerned with the speed issue. They achieved 30 fsp on TitanX. What is our time interval for face tracking?