Loading Image from bytes #663
Closed
msciancalepore98
started this conversation in
New features / APIs
Replies: 3 comments
-
Hi sorry for the late response. We do not have support for loading an image from bytes at this point. We can enhance the usage for the next release |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this would be very welcome. Especially for things like getting an image from the webcam, or a screenshot. Would be nice to avoid unnecessary writing to the disk. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Support for loading images from memory has been added here. You can use the image = og.Images.open_bytes(bytes) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am trying to integrate your phi-3-vision script into LitServe.
How can I use the already loaded image (bytes) and pass it to the processor? (I don't want to save it as local/tmp file)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions