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
Describe the bug
Currently ImagePayload.cache is expected to be numpy.Ndarray only, we should support more data types such as some image data objects from PIL library.
Also, note that this library supports lazy loading internally while initializing an image object by PIL.Image.open(image_path)
To Reproduce
Steps to reproduce the behavior:
Prepare data ...
Run command '....'
See error
Expected behavior
We should have a tutorial for a CV task
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Python and Package verions: [e.g. Python version, Pytorch version]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently
ImagePayload.cache
is expected to benumpy.Ndarray
only, we should support more data types such as some image data objects fromPIL
library.Also, note that this library supports lazy loading internally while initializing an image object by
PIL.Image.open(image_path)
To Reproduce
Steps to reproduce the behavior:
...
Expected behavior
We should have a tutorial for a CV task
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: