salkuadrat / learning

The easy way to use Machine Learning Kit in Flutter.
https://pub.dev/packages/learning
MIT License
64 stars 55 forks source link

when I use the learning_face_detection,I got the log blew,please help me. #11

Closed xiaobug0929 closed 3 years ago

xiaobug0929 commented 3 years ago

E/Vision (31182): Error loading module com.google.android.gms.vision.face optional module true: ge: No acceptable module found. Local version is 0 and remote version is 0. I/Vision (31182): Request download for engine face is a no-op because rate limiting I/GRALLOC (31182): LockFlexLayout: baseFormat: 11, yStride: 320, ySize: 76800, uOffset: 76800, uStride: 320 W/DynamiteModule(31182): Local module descriptor class for com.google.android.gms.vision.face not found. I/DynamiteModule(31182): Considering local module com.google.android.gms.vision.face:0 and remote module com.google.android.gms.vision.face:0 E/Vision (31182): Error loading module com.google.android.gms.vision.face optional module true: ge: No acceptable module found. Local version is 0 and remote version is 0. I/Vision (31182): Request download for engine face is a no-op because rate limiting I/flutter (31182): Waiting for the face detection module to be downloaded. Please wait. I/GRALLOC (31182): LockFlexLayout: baseFormat: 11, yStride: 320, ySize: 76800, uOffset: 76800, uStride: 320 I/DynamiteModule(31182): Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2703 I/DynamiteModule(31182): Selected remote version of com.google.android.gms.vision.dynamite, version >= 2703 V/DynamiteModule(31182): Dynamite loader version >= 2, using loadModule2NoCrashUtils I/GRALLOC (31182): LockFlexLayout: baseFormat: 11, yStride: 320, ySize: 76800, uOffset: 76800, uStride: 320 W/DynamiteModule(31182): Local module descriptor class for com.google.android.gms.vision.face not found. I/DynamiteModule(31182): Considering local module com.google.android.gms.vision.face:0 and remote module com.google.android.gms.vision.face:0 E/Vision (31182): Error loading module com.google.android.gms.vision.face optional module true: ge: No acceptable module found. Local version is 0 and remote version is 0. I/Vision (31182): Request download for engine face is a no-op because rate limiting W/DynamiteModule(31182): Local module descriptor class for com.google.android.gms.vision.face not found. I/DynamiteModule(31182): Considering local module com.google.android.gms.vision.face:0 and remote module com.google.android.gms.vision.face:0 E/Vision (31182): Error loading module com.google.android.gms.vision.face optional module true: ge: No acceptable module found. Local version is 0 and remote version is 0. I/Vision (31182): Request download for engine face is a no-op because rate limiting I/flutter (31182): Waiting for the face detection module to be downloaded. Please wait. I/GRALLOC (31182): LockFlexLayout: baseFormat: 11, yStride: 320, ySize: 76800, uOffset: 76800, uStride: 320 I/DynamiteModule(31182): Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2703 I/DynamiteModule(31182): Selected remote version of com.google.android.gms.vision.dynamite, version >= 2703 V/DynamiteModule(31182): Dynamite loader version >= 2, using loadModule2NoCrashUtils I/GRALLOC (31182): LockFlexLayout: baseFormat: 11, yStride: 320, ySize: 76800, uOffset: 76800, uStride: 320

xiaobug0929 commented 3 years ago

image