wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 580 forks source link

错误 #259

Open YSQC opened 3 years ago

YSQC commented 3 years ago

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, picpath, 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