Cyrill Küttel

Results 55 comments of Cyrill Küttel

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.

I think this is a great idea. It would then be possible to use a lot of the same code as on iOS. Unfortunately there are not a lot of...

@dvagala Did you try [NativeApp](https://github.com/pytorch/android-demo-app/tree/master/NativeApp) from the official pytorch demo?

@dvagala Big if true! Wow! That are some drastic performance improvements. That's amazing I have to admit I did not expect that much of a gain. It seems that the...

@beroso Hi, I wanted to ask if you eventually did find a solution for iOS C++ files? I have the time and motivation to rewrite this package to `dart:ffi`. But...

Hello, thanks for the information. I believe I have found the solution to this problem. I did not yet test it, but it looks promising [Step 2: Building and bundling...

Yes, stable, and you don't have duplicated inference code for each host platform. Also there are some neat tricks which I found in https://github.com/ValYouW/flutter-opencv-stream-processing so that with `dart:ffi` we can...

Fascinating. I have done a lot to same things in my own project (not open source yet, because I need to fix this distribution problem and clean things up) Only...

I'm not the owner of this project :)

# Updating Pytorch Version of the plugin I did this a couple of months ago, so here you go: (Disclaimer: this can be quite a hustle, it's probably easier to...