1.编译器protoc, 下载地址:https://github.com/protocolbuffers/protobuf/releases (下载对应的版本, 解压后放到go的bin中) 2.安装golang扩展, go get -u github.com/golang/protobuf/protoc-gen-go 3.grpc库, go get google.golang.org/gprc 4.编写DIL文件 syntax = "proto3"; package hellowor
转自:https://github.com/tensorflow/models/issues/1834 When I use the commond " protoc object_detection/protos/*.proto --python_out=.",The output:object_detection/protos/anchor_generator.proto:11:3: Expected "required", "optio nal&qu