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: "ascii" #12

Open
RoberWare opened this issue Jan 14, 2018 · 0 comments
Open

UnicodeDecodeError: "ascii" #12

RoberWare opened this issue Jan 14, 2018 · 0 comments

Comments

@RoberWare
Copy link

The first run I made with:

python VID_yolo.py --path_video video.mp4

I got this error:

Traceback (most recent call last):
File "VID_yolo.py", line 11, in
import Utils_Video
File "/home/roberto/Programación/TENSORFLOW/Tensorflow_Object_Tracking_Video-master/Utils_Video.py", line 5, in
import utils_image
ImportError: No module named utils_image

I changed this

import utils_image

To this

import Utils_Image

In Utils_Video.py

And now I get this error:

Traceback (most recent call last):
File "VID_yolo.py", line 11, in
import Utils_Video
File "/home/roberto/Programación/TENSORFLOW/Tensorflow_Object_Tracking_Video-master/Utils_Video.py", line 5, in
import Utils_Image
File "/home/roberto/Programación/TENSORFLOW/Tensorflow_Object_Tracking_Video-master/Utils_Image.py", line 10, in
import matplotlib.pyplot as plt
File "/home/roberto/.local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 72, in
from matplotlib.backends import pylab_setup
File "/home/roberto/.local/lib/python2.7/site-packages/matplotlib/backends/init.py", line 14, in
line for line in traceback.format_stack()
File "/home/roberto/.local/lib/python2.7/site-packages/matplotlib/backends/init.py", line 16, in
if not line.startswith(' File "<frozen importlib._bootstrap'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in range(128)

What's wrong? Thanks in advance!!!

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

1 participant