flutter_pytorch_mobile icon indicating copy to clipboard operation
flutter_pytorch_mobile copied to clipboard

Real-time inference

Open akheelnazim opened this issue 2 years ago • 1 comments
trafficstars

Does this package support real-time inference? Because i see the parameter for the prediction function takes in a file.

akheelnazim avatar Apr 05 '23 11:04 akheelnazim

I'm late, but, we would probably have to implement something like this: https://github.com/ValYouW/flutter-opencv-stream-processing. (The link also contains a youtube tutorial)

This would require some major refactoring, but it's not impossible.

cyrillkuettel avatar Sep 09 '23 18:09 cyrillkuettel