Skip to content
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

Open
yishen-zhao opened this issue Mar 30, 2018 · 3 comments
Open

can not save file #5

yishen-zhao opened this issue Mar 30, 2018 · 3 comments

Comments

@yishen-zhao
Copy link

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'

@lzx1413
Copy link
Owner

lzx1413 commented Mar 30, 2018

The software can only work with the pure English file path now, PR is welcome for the unicode file system support.

@manketon
Copy link

@lzx1413 I have the same problem with a pure english file path.

@lzx1413
Copy link
Owner

lzx1413 commented Apr 13, 2018

@manketon You can try to print the imgFileName to see whether it is a correct image file name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants