labelme
labelme copied to clipboard
[fix] fix a bug when opening a label file containing Unicode characters
Opening a label file using the same encoding when it was saved.
By doing this, labelme can open a label file when it contains Unicode characters.
I'm thinking that maybe using "utf8" as the only one encoding is not a perfect solution. Maybe we could add an encoding configuration so that people can choose what encoding they want, like "GB18030", "BIG-5", "Shift JIS", etc...