glefundes / mobile-face-gaze

Lightweight gaze estimation with PyTorch.
GNU General Public License v2.0
93 stars 19 forks source link

Face Mesh as MTCNN alternative #2

Open darkcurrent opened 3 years ago

darkcurrent commented 3 years ago

Google's Face Mesh can be used here as a MTCNN alternative.

It is working really fast even on CPU and outputs very detailed 3D landmarks so the output gaze vector can be combined with 3D face in three dimensions.

The python implementation example on colab: https://colab.research.google.com/drive/1FCxIsJS9i58uAsgsLFqDwFmiPO14Z2Hd

face_mesh_android_gpu

emrecolak55 commented 2 months ago

Could you combine it with this project?