错误
YSQC opened this issue · 0 comments
Traceback (most recent call last):
File "E:\SOFTWARE\anaconada\envs\python3.6\lib\site-packages\tensorflow\python\ops\script_ops.py", line 209, in call
ret = func(*args)
File "D:\YOLOv3_TensorFlow-master (2)\YOLOv3_TensorFlow-master\utils\data_utils.py", line 217, in get_batch_data
img_idx, img, y_true_13, y_true_26, y_true_52,y_true_104 = parse_data(line, class_num, img_size, anchors, mode, letterbox_resize)
File "D:\YOLOv3_TensorFlow-master (2)\YOLOv3_TensorFlow-master\utils\data_utils.py", line 132, in parse_data
img_idx, pic_path, boxes, labels, _, _ = parse_line(line)
File "D:\YOLOv3_TensorFlow-master (2)\YOLOv3_TensorFlow-master\utils\data_utils.py", line 29, in parse_line
line = line.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 7: invalid start byte