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
I am trying to use other model and it gets complicated.
I was wondering whether someone haev minimal example on how to run inference on existing image from memory? This way it will be simpler to understand how to adapt different model.
Thanks for the repo!
The text was updated successfully, but these errors were encountered:
Thanks for the response.
I've managed to run your app with my model, this is very helpful, thanks!
Now I want to run it on a list of png images. I am wondering how to adapt the existing code to use single image from memory. I am not sure if it should be UIImage or CVPixelBuffer. This way I am looking for some reference about how to do it.
Hmm.. in this repo, there is no minimal method for inferencing just images without launching the app.
When you make that kind of function, I'll appreciate it if you make PR 🙃
Hello
I am trying to use other model and it gets complicated.
I was wondering whether someone haev minimal example on how to run inference on existing image from memory? This way it will be simpler to understand how to adapt different model.
Thanks for the repo!
The text was updated successfully, but these errors were encountered: