google-mlkit Questions
3
We're using GoogleMLKit on iOS, and right now our team is switching to m1 Macbook.
We have to set some conditions to make it work on ios-arm64-simulator like this
I'd like to know if google offici...
Legionary asked 29/3, 2022 at 3:12
3
How can I disable the Firebase logging in Google ML Kit library for Android. For every 15 mins it will POST some information to https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_pro...
Miriam asked 14/3, 2022 at 8:51
4
App has ML Kit functionality (translation). I'm trying to reduce the app size by introducing a dynamic module feature, on demand loading.
Following this guide
Added 'com.google.mlkit:playstore-dyna...
Indiscipline asked 27/6, 2021 at 17:4
4
Solved
I'm working in an app flutter. Android working fine but in ios no. I need some help to run this on ios mobile. I'm using lib: google_maps_flutter: ^0.5.27+3 and firebase_ml_vision: ^0.9.3+8. Xcode ...
Trichloride asked 14/5, 2020 at 19:24
2
Solved
I'm making an app for myself to scan receipts, and put the data in a database. I tried using ML kit text recognition, and it works pretty well. However I'm having problems extracting the data from ...
Maritzamariupol asked 4/7, 2020 at 13:12
3
Solved
I'm looking about implementing MLKit face recognition library in my Android App. The only thing that I can't understand is if it's possible and how can I compare two photos and detect if they are t...
Gallinule asked 17/12, 2018 at 14:57
3
I have followed the tutorial here and got it work just fine. Then later, using the same code, I am getting this exception every time I try to open the QR code scanner:
com.google.mlkit.common.MlKi...
Frug asked 21/4, 2023 at 16:50
3
Error on Scan UI loading: "com.google.mlkit.common.MlKitException: Failed to scan code."
I have a problem with my device.
When the Scan UI is loading (on GmsBarcodeScanning) i'm getting e...
Bagasse asked 12/2, 2023 at 19:12
3
I'm using CameraX's Analyzer use case with the MLKit's BarcodeScanner. I would like to crop portion of the image received from the camera, before passing it to the scanner.
What I'm doing right now...
Posthorse asked 13/8, 2020 at 7:33
1
Overview
I have two dependencies, one available as a Swift Package, and the other only available as a Cocoapod. The problem is that each has a dependency on a third package, which results in undefi...
Placer asked 25/1, 2022 at 20:8
1
I'm using Google MLKit for barcode scanner. When I use imageProxy.image, IDE shows a warning;
"This declaration is opt-in and its usage should be marked with '@androidx.camera.core.Experimenta...
Justiciary asked 9/11, 2021 at 13:43
1
Solved
I've founded the ML Kit on-device and use it in my company new project and it is working fine but I need to know if there is any payment could be required when the app's will be uploaded on the sto...
Racism asked 5/7, 2021 at 13:19
1
I've got a simple layout:
<RelativeLayout
android:id="@+id/myP"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<androidx.ca...
Sanious asked 1/5, 2021 at 18:43
2
I recently changed my old barcode/QR scanning library in favor of the Google ML Kit for barcode scanning, and since I did I am receiving some new crash reports through crashlytics that I didn't hav...
Postmortem asked 15/9, 2020 at 11:40
3
Solved
I am following this tutorial on creating a custom Model using TensorFlow lite Model Maker on Collab.
import pathlib
path = pathlib.Path('/content/employee_pics')
count = len(list(path.glob('*/*.jp...
Behka asked 3/8, 2020 at 14:55
0
You might consider this question a sequel to this other one I've recently asked. I have a custom device with a front camera that is mirrored by default and I would like it to always behave like it ...
Ectosarc asked 6/1, 2021 at 12:11
1
Solved
Yolov3-tiny-416.tflite is a tflite model for yolov3 tiny model created from yolov3-tiny.weights
I had tried to use this from ML kit Vision module provided by google in android. In repo: https://git...
Beckman asked 25/12, 2020 at 7:32
1
I need to implement a QR code generator from my app. Will the firebase ML kit provides such a feature to generate QR Code from a string? or I need to go with some alternative libraries like zXing?
...
Rollet asked 5/8, 2020 at 1:36
0
In our iOS project we use Carthage as a dependency manager. And we want to add Scan Barcodes with ML Kit to the project. But seems that Scan Barcodes is distributed via Cocoapods only. Is there any...
Sectorial asked 25/6, 2020 at 15:32
3
I'm use firebase ml kit for text recognition but give this exception on emulator and real device.
W/System.err: com.google.firebase.ml.common.FirebaseMLException: Waiting for the text recognition...
Hamartia asked 17/10, 2018 at 13:7
3
Solved
I know there are many similar questions (here, here or here) but even though I've followed the suggested instructions I'm still facing the same issue.
Even though it seems I have the project confi...
Genie asked 13/3, 2020 at 7:45
1
© 2022 - 2024 — McMap. All rights reserved.