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
Needed to modify the file /ui/gui_draw.py when using Python 3, in CPU mode. Needed to change line 48 from
self.read_image(image_file.encode('utf-8'))
to
self.read_image(image_file)
when reading in a jpeg image.
The text was updated successfully, but these errors were encountered:
Needed to modify the file /ui/gui_draw.py when using Python 3, in CPU mode. Needed to change line 48 from
self.read_image(image_file.encode('utf-8'))
to
self.read_image(image_file)
when reading in a jpeg image.
The text was updated successfully, but these errors were encountered: