mlkit icon indicating copy to clipboard operation
mlkit copied to clipboard

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS

Results 164 mlkit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When the orientation feature is used, the face detection produces numerous empty arrays whereas without the orientation, the face object is produced every time. **To Reproduce** ```swift...

**Describe the bug** When trying to init the pose detection client from a downloaded dynamic module with: ``` PoseDetection.getClient(options) ``` The application crashes with the following exception: ``` java.lang.RuntimeException: Unable...

Due to the historical reasons of the project, the gradle version cannot be upgraded and Android x cannot be migrated. Can the API under support be adapted? At present, targetsdkversion...

**Describe the bug** I'm using the bundled version of google MLKit OCR library It works correctly in debug mode but when I got a release version with DexGuard it raised...

**What's your feature request? Please describe.** As part of GmsBarcodeScannerOptions in the code scanner beta, I would like to have the option to scan list of bar codes appear on...

**Describe the bug** Isn't the processing wrong when setting 90 ° or 270 ° with fun fromMediaImage ()? **To Reproduce** Regarding face recognition, when I sent an image with the...

**Describe the bug** In the **'com.google.mlkit version: face-detection: 16.1.5 '**, it happens to me that, in some frames, even if the face is visible, the FaceDetector returns me a list...

**What's your feature request? Please describe.** We are using the ML Kit barcode-scanning library in conjunction with CameraX ImageAnalysis.Analyzer. There is currently no sufficient way to limit the area in...

CrashHandler[133]: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.szsbay.smarthome.alpha-nawDjNvWFlw9cZ2vLVywAQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.szsbay.smarthome.alpha-nawDjNvWFlw9cZ2vLVywAQ==/lib/arm, /data/app/com.szsbay.smarthome.alpha-nawDjNvWFlw9cZ2vLVywAQ==/base.apk!/lib/armeabi, /system/lib, /system/vendor/lib]]] couldn't find "libbarhopper_v2.so":Exception:java.lang.UnsatisfiedLinkError at java.lang.Runtime.loadLibrary0(Runtime.java:1011) at java.lang.System.loadLibrary(System.java:1657) at com.google.android.libraries.barhopper.BarhopperV2.(com.google.mlkit:barcode-scanning@@16.2.0:1) at com.google.mlkit.vision.barcode.bundled.internal.zza.zzc(com.google.mlkit:barcode-scanning@@16.2.0:1) at com.google.android.gms.internal.mlkit_vision_barcode_bundled.zzaa.zza(com.google.mlkit:barcode-scanning@@16.2.0:8) at com.google.android.gms.internal.mlkit_vision_barcode_bundled.zzb.onTransact(com.google.mlkit:barcode-scanning@@16.2.0:3) at android.os.Binder.transact(Binder.java:607) at com.google.android.gms.internal.mlkit_vision_barcode.zza.zzc(com.google.android.gms:play-services-mlkit-barcode-scanning@@16.2.0:2) at com.google.android.gms.internal.mlkit_vision_barcode.zzmz.zze(com.google.android.gms:play-services-mlkit-barcode-scanning@@16.2.0:2) at...

Hi, For the last couple of days I'm trying to figure out running MLKit for Pose detection on an iPhone's GPU or NPU for higher efficiency than the CPU. From...