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
Hi, I am facing an issue when trying to create a tesnor input. I am using expo and in the app I am taking a picture from the camera and getting the url. Is there a way to convert this url to a tensor input of my desired shape that I can pass to model.run without using vision-camera-resize-plugin because it seems to be not compatible with expo
The text was updated successfully, but these errors were encountered:
It looks like you're having some trouble creating a tensor input from a URL in your Expo app. I recommend using a library like react-native-fetch-blob or react-native-fs to fetch and convert the image to a format that can be transformed into a tensor.
However, I noticed you didn't provide any logs or specific errors you’re encountering. If you're facing a runtime issue, please share the relevant logs from your environment (like Xcode or adb logcat), so mrousavy can better assist you.
And if you find this project helpful, consider sponsoring mrousavy to support further development! Support here.
Note: If you think I made a mistake, please ping @mrousavy to take a look.
Hi, I am facing an issue when trying to create a tesnor input. I am using expo and in the app I am taking a picture from the camera and getting the url. Is there a way to convert this url to a tensor input of my desired shape that I can pass to model.run without using vision-camera-resize-plugin because it seems to be not compatible with expo
The text was updated successfully, but these errors were encountered: