YOLOv3_TensorFlow2 icon indicating copy to clipboard operation
YOLOv3_TensorFlow2 copied to clipboard

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 50: invalid continuation byte

Open xfchangwei opened this issue 4 years ago • 3 comments

无标题 每次跑到这里就出错了,感谢作者看下是什么问题

xfchangwei avatar Mar 12 '20 05:03 xfchangwei

voc2012数据集

xfchangwei avatar Mar 12 '20 05:03 xfchangwei

这个应该是你的测试图片路径问题

calmiLovesAI avatar Mar 13 '20 12:03 calmiLovesAI

你的图片格式可能不是jpg格式的,因为他对图片的解码用的是tf.io.decode_jpeg

Xiaomin-Yu avatar Jan 03 '21 02:01 Xiaomin-Yu