Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vision #2184

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Vision #2184

wants to merge 8 commits into from

Conversation

xdssio
Copy link
Collaborator

@xdssio xdssio commented Aug 24, 2022

Implementing lazy read of images and html viewing in Jupiter.
Original POC

Screenshot 2022-08-24 at 11 58 40

The new column holds PIL.Image.

  • Open takes a directory (can be nested) of images, or a list of files, or a glob pattern.
  • Conversations
    • Bytes (base64)
    • String (base64)
    • Numpy
    • Infer can turn any of the above, or a path back to image.
  • Resize in implemented

Note
If the images are not of the same shapes, when converting to numpy and presenting in jupyter cause a could not broadcast input array... error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant