object_detection移植到raspberry3上的问
2018-03-15 本文已影响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