Questions tagged [google-mlkit]

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc. When asking questions, use platform-specific tags, iOS or Android.

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc.

Tag Usage

The tag is to be used with or tags. When adding additional tags to questions, please use the iOS- or Android-specific tags.

Reference

600 questions
1
vote
1 answer

What would be minimum SDK(Software Development Kit) level in Android Studio for making a Machine Learning model based application

Basically, I have to make ML-based application in Android Studio. I already make and trained my ML model and converted it into the TensorFlow Lite model. But when it comes to the android studio while configuring my project there's an option for…
1
vote
1 answer

How to trace/outline objects in an image?

I am hoping to learn more about how to go about tracing an object in an image. For example, if I wasn’t to trace the outline of a person. Are there tools like ML Kit that would be able to accomplish this on a device or do I need to send the image…
jwally
  • 11
  • 2
1
vote
1 answer

How to Integrate camerax and google ML kit for barcode scanning in android JAVA CODE?

Help me find a good example for Google ML kit and Camerax integrated barcode scanner code , since the MLkit was made stand alone from fire base not much examples were found for this integration and i need java source code for this.
Vishnu M A
  • 239
  • 1
  • 3
  • 18
1
vote
1 answer

Android ML Kit Translator.getClient() Unresolved reference

I am following this explanation and having a problem with this code: val options = TranslatorOptions.Builder() .setSourceLanguage(TranslateLanguage.ENGLISH) .setTargetLanguage(TranslateLanguage.GERMAN) .build() val englishGermanTranslator…
KotlinNoob
  • 55
  • 5
1
vote
2 answers

Issues with the latest CameraX and Barcode Scanning on some devices

So I'm working on an app that requires QR scanner as a main feature. Previously I was using camerax-alpha06 with Firebase ML vision 24.0.3 and they were working fine for months, no customer complaints about scanning issues. Then about two weeks ago…
1
vote
1 answer

Ml Kit text recognition not downloading model in Android

As the title says, I tried the demo app offered by Google and it keep showing a Toast with this message "Waiting for text recognition model to be downloaded", and I got this error in the console: "E/Vision: Error loading module…
1
vote
1 answer

IOS ML Kit face tracking does not work correctly

The tracking Id of face detection is keeping change while the face is not moving, I use ML Kit in ios and I followed the documentation of google. The documentation: https://developers.google.com/ml-kit/vision/face-detection/ios#performance_tips Here…
Mina Ayad
  • 114
  • 10
1
vote
1 answer

Improving MLKit Object Detection

Question: Using MLKit, I am familiar with how to customize the classifier model, but is there any way to customize or retrain the object detection model? Background I'm working on a robotics project where an Android powered robot has to detect other…
topher217
  • 1,188
  • 12
  • 35
1
vote
3 answers

ML Kit Barcode process fails due to Image is already closed

I'm looking for a few days how I can read a QR code using ML Kit and CameraX. The process of the input image returns always a failure "IllegalStateException: Image is already closed". I have looked on different forums, but I can not find what I'm…
1
vote
1 answer

CameraX & Barcode scanner - Barcode scanner doesn't read

I'm currently experimenting with CameraX API and ML Kit for barcode scanning. I'm not receiving any data from PreviewView when I'm pointing camera to the QR code. Let me share with you my code, I think I'm so close, but sadly couldn't figure it out.…
StefanJo
  • 275
  • 3
  • 13
1
vote
3 answers

Standard TFlite object detection model not working in MLKit

If I use the Pre-Trained TFLite Object detection model in MLKit, I get the following error: CalculatorGraph::Run() failed in Run: Calculator::Open() for node "BoxClassifierCalculator" failed: #vk Unexpected number of dimensions for output…
JosephGK
  • 11
  • 1
  • 2
1
vote
2 answers

why google mlkit barcode scanner scan the same barcode multiple times and even some part of it

i am using camerax and google mlkit barcode-scanning library to make a barcode reader. and the app scan qrcode is work fine, but the code format is barcode, the result will different. the barcode sometimes will scan multiple times for example, there…
国庆张
  • 9
  • 2
1
vote
1 answer

Google MLKit Barcode Scanning can't read less than 5 digits in Codabar

I use Google MLKit/barcode-scanning(16.0.3) to read barcodes on standard iOS and Android cameras. I want to support various barcodes, but there is a big problem only in reading with Codabar in it. The 4-digit and 5-digit codes are barely recognized…
yama
  • 13
  • 3
1
vote
2 answers

Pose Detection for squat with count using ML Kit

How can I get real time exercise count and angle using ML kit? Here, I check https://ai.googleblog.com/2020/08/on-device-real-time-body-pose-tracking.html for push up and squat exercise count. I am getting angle by following method : fun…
Shweta Chauhan
  • 6,739
  • 6
  • 37
  • 57
1
vote
1 answer

How does the imageProxy parameter in this lambda expression get defined?

Summary How does the imageProxy parameter in this lambda expression within Google's MLKit Vision example code get defined? Details I understand the basic concepts of lamda expressions, such as those given in the w3schools examples, and more detailed…
topher217
  • 1,188
  • 12
  • 35