美文网首页我爱编程
object_detection移植到raspberry3上的问

object_detection移植到raspberry3上的问

作者: 钟离寒竹 | 来源:发表于2018-03-15 16:06 被阅读0次

    将昨天的object_detection移植到raspberry3上运行时遇到这样的提示

    object_detection/protos/string_int_label_map_pb2.py", line 41, in <module>
        options=None, file=DESCRIPTOR),
    TypeError: __init__() got an unexpected keyword argument 'file'
    

    原因是protobuf的lib没配对。
    解决方法:

    pip3 install protobuf
    

    github:https://github.com/zhonglihanzhu/tensorflow-objectDetection

    相关文章

      网友评论

        本文标题:object_detection移植到raspberry3上的问

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