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
72 stars 31 forks source link

Add is_asset argument to load models/labels from storage #48

Open Persie0 opened 2 months ago

Persie0 commented 2 months ago

Added the is_asset argument, which allows models and labels to be loaded from any location in storage, rather than being restricted to Flutter assets