Grabcut
Grabcut copied to clipboard
python main.py in shell will raise SyntaxError
python main.py in shell will raise SyntaxError: Non-ASCII character
- add
# encoding:utf-8on the top of every.pyfile touch gycImgProcess/__init__.py