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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: