jzhugithub / object_detection

10 stars 7 forks source link

你好,请问你遇到过这个错误吗?ValueError: model_config not of type model_pb2.DetectionModel. #1

Open zhouzhouyang520 opened 6 years ago

zhouzhouyang520 commented 6 years ago

File "/media/chenchen/Datum/chenchen/object_detection/builders/model_builder.py", line 70, in build raise ValueError('model_config not of type model_pb2.DetectionModel.') ValueError: model_config not of type model_pb2.DetectionModel.

jzhugithub commented 6 years ago

@zhouzhouyang520 没有诶,你有按照官网教程安装么? https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md 运行过下面的代码? protoc object_detection/protos/*.proto --python_out=.