flutter_vision icon indicating copy to clipboard operation
flutter_vision copied to clipboard

A Flutter plugin for managing both Yolov5 model and Tesseract v4, accessing with TensorFlow Lite 2.x. Support object detection, segmentation and OCR on both iOS and Android.

Results 11 flutter_vision issues
Sort by recently updated
recently updated
newest added

Image: ![tt](https://user-images.githubusercontent.com/75219117/181205853-c3f34275-376d-42fd-a865-1196b5c51fc0.jpg) Flutter vision tesseract: ![tt2](https://user-images.githubusercontent.com/75219117/181206158-19d2b252-98c7-45c5-bf6f-000143377ed3.jpg) Pytesseract: | мы ааеоог лоно о четоотео м пол олам а на | курица № 7у9214-003-50301584-2014 : изделие кулинарное из мяса птицы с гарниром...

List displayBoxesAround(Size screen, {required bool isPotrait}) { if (yoloResults.isEmpty) return []; // Calculate scaling factors based on image orientation double factorX, factorY, imgRatio, newWidth, newHeight; if (isPotrait) { factorX =...

I converted it to tflite. But it gives an error like this ``` Cannot copy to a TensorFlowLite tensor (serving_default_images:0) with 4915200 bytes from a Java Buffer with 23040 bytes....

"After adding the flutter_vision: ^1.1.4 plugin, the APK size increased significantly. For instance, the previous Android APK size was 51MB, but after the addition, it exceeded 100MB. Can you suggest...

I got this error for some image. ``` E/flutter (12120): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(100, Detection Error, java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.List org.opencv.core.MatOfPoint.toList()' on a null object reference E/flutter...

Hello there, I am using yolov8 and it is detecting the object in the camera pickup uploads, but not on the live camera, where is the problem?? I am looking...

Do you have a timeframe for when this package will support ios?

enhancement

Considerable changes inside the example to make the Real Time Object Detection work as intended OOTB. Changes to be committed: modified: .gitignore modified: .metadata modified: CHANGELOG.md modified: LICENSE modified: README.md...

Hi, I've some issue to detect on some specific phone and maybe someone here have an idea why, and how to resolve the issue. I'm doing Live Detection of vehicle...