vladiH / flutter_vision

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.
https://pub.dev/packages/flutter_vision
MIT License
70 stars 30 forks source link

how to generate display Boxes Around Recognized Objects image ? #16

Closed arupnaskarbkp closed 1 year ago

arupnaskarbkp commented 1 year ago

awit controller.startImageStream((image){ //how to generate image?? }

vladiH commented 1 year ago

Check flutter_vision examples depicted in pub.dev, class YoloVideo.