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

Lazy-loading of images (for AnnotatedImage, and data sets) #3

Open
Tracked by #2
stemann opened this issue Aug 13, 2023 · 0 comments
Open
Tracked by #2

Lazy-loading of images (for AnnotatedImage, and data sets) #3

stemann opened this issue Aug 13, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@stemann
Copy link
Owner

stemann commented Aug 13, 2023

AnnotatedImage currently only holds an image_file_path - and thus an ImageAnnotationDataSet is (also) just a list of paths to image files.

It is assumed that a data set can involve a list of file names which would require more memory to load than what is available (think ImageNet).

It might also be needed to have the memory manager “unload” some earlier loaded files to stay beneath a max memory threshold.

@stemann stemann mentioned this issue Aug 13, 2023
3 tasks
@stemann stemann added the help wanted Extra attention is needed label Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant