android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

FaceDetector module fails to download

Open mainakbiswas opened this issue 5 years ago • 1 comments
trafficstars

I have created an app using the FaceDetector APIs. However. at runtime the face detector isOperational always returns false. And on logcat I see this

I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2702
    Selected remote version of com.google.android.gms.vision.dynamite, version >= 2702
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.face not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.face:0 and remote module com.google.android.gms.vision.face:0
E/Vision: Error loading module com.google.android.gms.vision.face optional module true: gm: No acceptable module found. Local version is 0 and remote version is 0.
I/Vision: Request download for engine face is a no-op because rate limiting
I/FaceDetectorCreator: Fallback loading v1 model while waiting for v2 model to download.
I/Vision: Loading library libmobile_vision_face.so
I/Vision: libmobile_vision_face.so library load status: false
I/Vision: Request download for engine face is a no-op because rate limiting
I/Vision: Request download for engine face is a no-op because rate limiting

mainakbiswas avatar May 28 '20 15:05 mainakbiswas

Hey, buddy, have you solved this problem yet

guixin567 avatar Oct 08 '22 10:10 guixin567