Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android vision face not found ears

I followed this official tutorial from Google: https://developers.google.com/vision/android/face-tracker-tutorial but the problem is my app cannot find any ear or ear tip.

At most only 8 landmarks that can be found are left eye, right eye, nose base, left cheek, right cheek, left mouth, right mouth, bottom mouth.

I tried to use .setLandmarkType(FaceDetector.ALL_LANDMARKS) and .setMode(FaceDetector.ACCURATE_MODE) but still not work.

I'm not sure that it is only my device or not. My testing device is Samsung Galaxy S5.

like image 676
user1796735 Avatar asked Jan 17 '26 05:01

user1796735


1 Answers

I finally found solution. This because I had cloned the example project from the link that use com.google.android.gms:play-services-vision:9.4.0+

so, I try to change to use latest version 9.8.0, and then that work.

like image 119
user1796735 Avatar answered Jan 19 '26 18:01

user1796735



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!