takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.27k stars 308 forks source link

Liveliness Detection #109

Closed arnab77in closed 4 years ago

arnab77in commented 4 years ago

Is there anyway we can check liveliness of the face

takuya-takeuchi commented 4 years ago

@arnab77in Nothing. I have no idea. But I found https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/

So we can implement net module by dlib and could use it in FRDN like https://github.com/takuya-takeuchi/FaceRecognitionDotNet/tree/master/src/DlibDotNet.Native.Dnn.GenderClassification

However, it is low priority and I know liveness detection is very hard to achieve high accuracy. And I don't know there is dataset.