Skip to content

enable UTF-8 encoding#16

Open
sparshrestha wants to merge 1 commit intoiyah4888:masterfrom
sparshrestha:patch-1
Open

enable UTF-8 encoding#16
sparshrestha wants to merge 1 commit intoiyah4888:masterfrom
sparshrestha:patch-1

Conversation

@sparshrestha
Copy link
Copy Markdown

@sparshrestha sparshrestha commented Aug 1, 2019

#15

SyntaxError: Non-ASCII character '\xc4' in file /SIGGRAPH18SSS-master/deeplab_resnet/hc_deeplab.py on line 7, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

The above error message is displayed by Python when character encoding set other then ASCII is used withing your codebase.

Solution here is to add this to the top of your hc_deeplab.py file in deeplab_resnet folder to enable UTF-8 encoding:

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

Successfully merging this pull request may close these issues.

1 participant