EloquentEsp32cam icon indicating copy to clipboard operation
EloquentEsp32cam copied to clipboard

Eyes landmarks

Open luizgallas opened this issue 1 year ago • 1 comments
trafficstars

Hi,

There is any way to extract the landmarks from the face detection in order to verify if the eyes are closed or open? I need a way to do it in the board, my application can rely on internet connection.

luizgallas avatar Aug 13 '24 23:08 luizgallas

You can extract landmarks (code here behind a paywall: https://eloquentarduino.com/posts/esp32-cam-face-detection). Then you will have to do eyes open/closed recognition by yourself by extracting a patch around the landmark and making some classification (don't know which model would work best).

eloquentarduino avatar Aug 15 '24 17:08 eloquentarduino