flutter_pytorch_mobile
flutter_pytorch_mobile copied to clipboard
A flutter plugin for pytorch model inference. Supports image models as well as custom models.
The memory leak happens very slowly, but could be worth fixing for some use cases. Just 2 minor changes ### Location 1: iOS/Classes/Helpers/UIImageExtension.m Issue: The normalize: method in the UIImageExtension...
I'm encountering an issue with the `object_detection` library in my Flutter application where, after initially detecting an object, the detection feature no longer updates. I expect the UI to refresh...
Currently this package on Android goes from Dart to Java via message channels, then from Java to C++ glue code via JNI, then from that C++ to the actual core...
Does this package support real-time inference? Because i see the parameter for the prediction function takes in a file.
When using release build the app is crashing on startup. Tested on Flutter versions `2.5.0 2.8.1 3.3.8` ``` WARN: Unable to load JNA library (OS: Mac OS X 13.0) java.lang.UnsatisfiedLinkError:...
Running the example app works now frictionless again. - Solves #22 Tested with: Flutter 3.7.3 (latest stable)
I'm trying to use your flutter package for a custom model but I get that my model is not initialised. Is this a regular occurrence? Let me show you some...
Hello! I am a Flutter application developer building a clinical-grade application that uses computer vision. I am curious about any progress toward official support from Pytorch Foundation. Recently, Tensorflow has...
add support for windows to run Demucs Music Source Separation https://github.com/facebookresearch/demucs
@fynnmaarten I am trying to load a model that i compiled using PyTorch 2.0.0 and it is giving me an error. How to update the torch version for this plugin...