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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 112: invalid continuation byte #11

Open
exnx opened this issue Jul 18, 2018 · 3 comments

Comments

@exnx
Copy link

exnx commented Jul 18, 2018

Did anyone else get this error as well? Is it an international text thing? I'm in the US.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 112: invalid continuation byte

Thanks for all the help!

@exnx
Copy link
Author

exnx commented Jul 27, 2018

@cydonia999 Don't suppose you heard of anyone getting an error like this? Here's the Traceback:

Traceback (most recent call last):
File "tiny_face_eval.py", line 227, in
main()
File "tiny_face_eval.py", line 224, in main
lw=args.line_width, display=args.display)
File "tiny_face_eval.py", line 82, in evaluate
model = tiny_face_model.Model(weight_file_path)
File "/Users/tvision/Desktop/Tiny_Faces_in_Tensorflow/tiny_face_model.py", line 24, in init
self.mat_blocks_dict, self.mat_params_dict = pickle.load(f)
File "/Users/tvision/Desktop/Tiny_Faces_in_Tensorflow/tiny-env/bin/../lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte

@jinglinggithub
Copy link

I have the same problem ;have you solved the problem ?

@titlee-97
Copy link

Getting same issue, did you find the solution??

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