首先下载models文件
对模型进行编译
protoc object_detection/protos/*.proto --python_out=.
这时在object_detection目录下会产生很多.py文件
测试
python object_detection/builders/model_builder_test.py
protoc object_detection/protos/*.proto --python_out=.
这时在object_detection目录下会产生很多.py文件
python object_detection/builders/model_builder_test.py