eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
111 stars 20 forks source link

Eyes landmarks #41

Closed luizgallas closed 3 months ago

luizgallas commented 3 months ago

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.

eloquentarduino commented 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).