tzutalin / ImageNet_Utils

:arrow_double_down: Utils to help download images by id, crop bounding box, label images, etc.
MIT License
632 stars 197 forks source link

When save button click, cant generate xml #6

Open vikher opened 8 years ago

vikher commented 8 years ago

Hello Everytime i click the save button i get this error log in the terminal

labelImg.py:435: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if filename in self.recentFiles: Traceback (most recent call last): File "labelImg.py", line 905, in saveFile if self.defaultSaveDir is not None and len(str(self.defaultSaveDir)): UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 22: ordinal not in range(128)

Please help, thanks in advance