美文网首页
TypeError: Object of type bytes

TypeError: Object of type bytes

作者: 乔治大叔 | 来源:发表于2019-08-06 15:59 被阅读0次
    使用百度人脸识别时报如下错: 屏幕快照 2019-08-06 下午3.55.46.png

    后来终于解决,解决方式时转为utf-8编码的字符串:

    image = str(img,'utf-8')
    

    相关文章

      网友评论

          本文标题:TypeError: Object of type bytes

          本文链接:https://www.haomeiwen.com/subject/sckwdctx.html