解决UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xad in position 129: illegal multibyte sequence

在使用YOLO v3网络中,需要生成特有的数据,在此过程中出现如下错误:
UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xad in position 129: illegal multibyte sequence
如图:
解决UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xad in position 129: illegal multibyte sequence
解决办法:
解决UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xad in position 129: illegal multibyte sequence
但不明白的是,如下语句没有使用上面的方法,加encoding='utf-8'errors='ignore'内容也没有报错:

 image_ids = open('data/ImageSets/%s.txt' % (image_set)).read().strip().split()
    list_file = open('data/%s.txt' % (image_set), 'w')
上一篇:MySql查询报错:Illegal mix of collations


下一篇:训练分割网络时出现CUDA error: an illegal memory access was encountered