-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not save file #5
Comments
The software can only work with the pure English file path now, PR is welcome for the unicode file system support. |
@lzx1413 I have the same problem with a pure english file path. |
@manketon You can try to print the imgFileName to see whether it is a correct image file name. |
If possible, consider upgrading to Python 3, as Python 2.7 is no longer maintained, and many libraries and tools may have better support and updates on Python 3. |
savefilename = self.defaultSaveDir + os.path.splitext(imgFileName)[0] + '.xml' # the mask image will be save as file_mask.jpg etc.
TypeError: unsupported operand type(s) for +: 'NoneType' and 'unicode'
The text was updated successfully, but these errors were encountered: