svpino / tf_object_detection_cm

Confusion Matrix in Object Detection with TensorFlow
78 stars 36 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 442: invalid start byte #5

Closed shahmustafa closed 5 years ago

shahmustafa commented 5 years ago

I am getting an error while generating a detection record I tried by changing the mode here with tf.gfile.Open(inference_graph_path, 'rb') as graph_def_file: in detection_inference.py line No.68. But I am getting the same error, could you help me out

svpino commented 5 years ago

Take a look at issue #1 and see if that helps. If it doesn't, do you mind sharing the full stack trace?