Closed luizgallas closed 3 months ago
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).
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.