You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After many attempts I was finally able to train and export my own tflite model (yolov5).
I want to make an application that detects in real time from the camera stream with camera plugin
I tried several tflite plugins for flutter, i only make run it with flutter vision but when i make apk release, it generates a file of 800MB - 900MB (related issue).
Previously tflite_flutter could work with the plugin tflite_flutter_helper is now discontinued...
What is a simple example of direct conversion from camera stream to tflite_flutter?
After many attempts I was finally able to train and export my own tflite model (yolov5).
I want to make an application that detects in real time from the camera stream with camera plugin
I tried several tflite plugins for flutter, i only make run it with flutter vision but when i make apk release, it generates a file of 800MB - 900MB (related issue).
Previously tflite_flutter could work with the plugin tflite_flutter_helper is now discontinued...
What is a simple example of direct conversion from camera stream to tflite_flutter?
Something like this:
The text was updated successfully, but these errors were encountered: