Python 问题汇总(21个TensorFlow项目转换tfrecord)

1. 

UnicodeDecodeError: 'gbk' codec can't decode byte 0xff in position 0: invalid start byte

在是使用Tensorflow读取图片文件的情况下,会出现这个报错

代码如下

修改如下

 

2.

3.

查找了相关资料错误原因可见https://blog.csdn.net/qq_29921623/article/details/80047339
需要修改下列地方:
tfrecord.py第160行改为  with open(filename, 'rb') as f:
tfrecord.py第94和96行修改为  colorspace = b'RGB'     image_format = b'JPEG'
tfrecord.py第104行修改为  'image/class/text': _bytes_feature(str.encode(text)),
tfrecord.py第106行修改为   'image/filename':_bytes_feature(os.path.basename(str.encode(filename))),
 
 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值