You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Try to change the dimensions of the frame and then check the specifications
and spelling.
On Mon, 4 Mar 2019 at 10:18 AM, Akshay Santhosh ***@***.***> wrote:
I am 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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AWeA94GcXrZhbkxB0zs36fJ6RChK7vxwks5vTKWtgaJpZM4bbi4s>
.
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)
The text was updated successfully, but these errors were encountered: