mlkit
mlkit copied to clipboard
I'm working on adding Custom Model functionality for object and image label detection. Please DO NOT MERGE yet.
- [ ] Object Detection :- https://developers.google.com/ml-kit/vision/object-detection#custom-tflite - [ ] Image Labeling : - https://developers.google.com/ml-kit/vision/image-labeling#custom-tflit
When I run the code I am getting this error Uncaught ReferenceError: MLKObjectDetectorOptions is not defined ## Steps to recreate Load MLKitView in app.js ``` import MLKit from '@nativescript/mlkit-core/vue' Vue.use(MLKit)...
@triniwiz apologies but I just tested with a new android build on my side and although I don't get an exception anymore like before, it also seems like adding the...
Hi ! With mlkit `2.0.0`, on Android, when scanning a *code, I have something like: ```json { "bounds": { "origin": { "x": 100, "y": 215 }, "size": { "height": 166,...
Tested on Android (multiple devices such as Samsung S10e) Everything runs great when scanning. After I've processed other stuff and navigate back to the component that holds the scanner. Everything...
I am using the detectWithStillImage to detect QR codes from local Image sources on android. The image is seen as a Bitmap but returns no response or error. my implementation...
I use detectWithStillImage function with local ImageSource. Android works fine but iOS doesn't detect face. android result: `{"face": [...]}` iOS result: `{}` (empty object) my code: ``` const localImage: ImageSource...
The bug is observable when the camera is running and the torch is activated. Try to minimize app (Left hardware button to show recently used apps), reselect the scanner app....
When creating an MLKitView element with the retrieveLatestImage attribute, the following error occurs: `Cannot read properties of undefined (reading 'setRetrieveLatestImage')` However, if I remove the retrieveLatestImage attribute, the element is...