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 while running autonomous.py #23

Open
Akshaysanthosh opened this issue Mar 4, 2019 · 1 comment
Open

UnicodeDecodeError while running autonomous.py #23

Akshaysanthosh opened this issue Mar 4, 2019 · 1 comment

Comments

@Akshaysanthosh
Copy link

I am facing UnicodeDecodeError: 'ascii' codec can't decode byte 0x89 in position 9: ordinal not in range(128) error, I have placed the traned module from this same repo in optimized teta folder

Traceback (most recent call last):
File "autonomous.py", line 92, in
main()
File "autonomous.py", line 89, in main
autonomous_control(model)
File "autonomous.py", line 14, in autonomous_control
predictor = Predictor(model)
File "/home/pi/Desktop/rcar/predict.py", line 23, in init
self._open_model_file(model_file)
File "/home/pi/Desktop/rcar/predict.py", line 27, in _open_model_file
self.model = pickle.load(mod)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x89 in position 9: ordinal not in range(128)

@rahulkaranam
Copy link

rahulkaranam commented Mar 4, 2019 via email

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

2 participants