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 encounted a few challenges with package versions and availability of packages outside of my understanding whe trying to get this workig
Ultimately got stuck on a problem with pip install torch_xla not working for me on my Mac. I tried running the conversion script on this Google Collab runtime and encountered memory limit issues using up to 51GB.
To work around my lack of understanding in the short term, I used the tflite file from this Midas project with relatively quick inference (1/seconds), I also tested with the DepthAnything model in my app, but this one inferred pretty slow (1/5-10seconds)...
I would like to run this within my Flutter app as a tflite file. Is that possible? What are some other options?
EDIT: looks like this is what is required: https://ai.google.dev/edge/litert/models/pytorch_to_tflite
The text was updated successfully, but these errors were encountered: