We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: