Open
Description
🚀 The feature
This would allow simple stubbing out image loading if needed for fast dataset transformed metadata access (when image reading is not needed) by dataset._load_image = lambda _: None
and also make API more consistent across datasets.
It's also impossible to monkey-patch __getitem__
at instance level: https://stackoverflow.com/questions/57413453/is-it-possible-to-override-getitem-at-instance-level-in-python :(
Motivation, pitch
N/A
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels