codelab-mlkit-android
codelab-mlkit-android copied to clipboard
In "Identify objects in images using custom machine learning models with ML Kit for Firebase" tutorial https://codelabs.developers.google.com/codelabs/mlkit-android-custom-model/index.html?index=..%2F..index#1 There is a step to unpack the downloaded zip file. This will unpack...
I want to integreate the same functions to my college project and I need to add functionality in App as such it should tell me whether I am Capturing The...
when we imported the starter custom model, for some reason the MainActivity.java was actually MainActivity.kt while the code we are supposed to add is in java not kotlin.
The example code does not build in android studio unless Refactor -> Migrate to AndroidX is done first.
Graphic textGraphic = new TextGraphic(mGraphicOverlay, elements.get(k)); mGraphicOverlay.add(textGraphic); Should be... GraphicOverlay.Graphic textGraphic = new TextGraphic(mGraphicOverlay, elements.get(k)); mGraphicOverlay.add(textGraphic);
The app launches and when you take picture it stays still for a long time then after it crashes and stops working this is on Android 6.0.1
My observation from testing the ML kit is that it seems not to identify category/object Person. Is this a bug, model issue or deliberate filtering? It seems the kit was...
Unpack the downloaded zip file. This will unpack a root folder `(mlkit-android)` with all of the resources you will need. For this codelab, you will only need the resources in...
Hi, I am referring the tutorial of codelabs to work with ML Kit and at step 5 when I run the application I get the below error. I tried to...