New Android Face API limitations -


i have been testing new face api realesed android, , noticed "accurate_mode" enabled, doesn't detect faces old facedetector api used detect, know effect of bitmap coding "rgb_565" vs "argb_888" in producing results.

update:

the issue face detector set detect faces @ least 10% default (as performance optimization).

the new google play services 8.4 release supports setting minimum face size lower, enabling smaller faces detected. see setminfacesize method here:

https://developers.google.com/android/reference/com/google/android/gms/vision/face/facedetector.builder.html#setminfacesize(float)


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -