facebookresearch / playtorch

PlayTorch is a framework for rapidly creating mobile AI experiences.
https://playtorch.dev/
MIT License
830 stars 101 forks source link

image data fetch #215

Closed smreo3839 closed 1 year ago

smreo3839 commented 1 year ago

Tutorial Select

Get Started

Feedback

Is there a way to send image data via fetch? It seems that I can't send it to the server using the conventional methods because it is of the torchlive/media.Blob type. If anyone knows a solution, I would really appreciate your advice. Should I use react-native-blob-util to send image data?