Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

extend Image.resolve_image() to support PIL images and/or numpy arrays #78

Open
A-Schmid opened this issue Sep 28, 2021 · 0 comments
Open

Comments

@A-Schmid
Copy link

From my understanding, it is currently only possible to add image annotations based on an image file.
When creating the annotation dynamically (e.g. with OpenCV), we have to take the long route of saving the annotation first and opening it again by passing a file path or PIL ImageFile object. Especially for high resolution images, writing to disk takes a while so performance would be improved significantly by just using the image directly from memory.

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

No branches or pull requests

1 participant