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
I have a JPG-suffixed image in RGBA format, which caused errors in my annotations. I believe such naming mismatches are not uncommon. Instead of distinguishing between JPG and PNG based on file extensions, we should rely on PIL (Python Imaging Library) to detect the actual format.
I have a JPG-suffixed image in RGBA format, which caused errors in my annotations. I believe such naming mismatches are not uncommon. Instead of distinguishing between JPG and PNG based on file extensions, we should rely on PIL (Python Imaging Library) to detect the actual format.
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered:
Provide environment information
I have a JPG-suffixed image in RGBA format, which caused errors in my annotations. I believe such naming mismatches are not uncommon. Instead of distinguishing between JPG and PNG based on file extensions, we should rely on PIL (Python Imaging Library) to detect the actual format.
What OS are you using?
win10
Describe the Bug
I have a JPG-suffixed image in RGBA format, which caused errors in my annotations. I believe such naming mismatches are not uncommon. Instead of distinguishing between JPG and PNG based on file extensions, we should rely on PIL (Python Imaging Library) to detect the actual format.
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: