TypeError: Object of type bytes 2019-08-06 本文已影响0人 乔治大叔 使用百度人脸识别时报如下错: 屏幕快照 2019-08-06 下午3.55.46.png 后来终于解决,解决方式时转为utf-8编码的字符串: image = str(img,'utf-8')