-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I am using images taken by a DJI drone. These images are deemed corrupted by the dataset loader, and are thus not used.
This happens because in datasets.py the im.format
is checked against a list of formats that doesn't contain "mpo".
If I add that entry manually everything works as expected.
MPO is a container format, that can contain any of the valid formats.
🐛 Bug
Images that report "MPO" as PIL.Image.format are deemed corrupted.
To Reproduce (REQUIRED)
I'm not sure whether Github tempers with the image. If necessary I can upload somewhere else.
Expected behavior
Images should be considered valid.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request