Replies: 1 comment 3 replies
-
HI @isdzulqor, Thanks for pointing out and it would be nice to have one API to load image from memory to tensor.
If you want to try it on your own project, first one would be more feasible, I guess. Let me know how you go. Thanks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to directly convert an image from multipart file instead of from path to tensor?
I wanna proceed with the image sent from Rest API to be inferenced.
I only found load from the path which is a string format
I'm assuming that writing a multipart file to disk first will be so much costly
Beta Was this translation helpful? Give feedback.
All reactions