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
Hi,
I'm looking at xml_parse.py to convert xml files generated using labelme to masks. However it's not clear to me why do you convert the combined mask image to jpg format, which actually don't support alpha channel, leading to this error:
OSError: cannot write mode RGBA as JPEG
If I remove that conversion everything is fine.. am I wrong? Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm looking at xml_parse.py to convert xml files generated using labelme to masks. However it's not clear to me why do you convert the combined mask image to jpg format, which actually don't support alpha channel, leading to this error:
OSError: cannot write mode RGBA as JPEG
If I remove that conversion everything is fine.. am I wrong? Thanks
The text was updated successfully, but these errors were encountered: