googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.51k stars 2.92k forks source link

[Mouse open/close ] will mlkit android support detection the mouth open/close ? #541

Closed AnyLifeZLB closed 2 years ago

AnyLifeZLB commented 2 years ago

What's your feature request? Please describe. A clear and concise description of what the request is. Ex. I would like to have X language support in text recognition[...]

Mobile environment Android, IOS or both

Additional context Add any other context or screenshots about the feature request here.

jackqdyulei commented 2 years ago

Thanks for your feedback. I assume we are talking about Face detection API correct?

We don't have immediate plan to support it on API level. However I think probably you can predict it from the Face contour API.

A naive solution maybe height(upper lips - lower lips) < x% of height(face) where you can fine tune the x