Ziad Abdelsalam
Ziad Abdelsalam

Reputation: 11

protoc object_detection/protos/*.proto --python_out=. does not compile on windows

I was trying to install TensorFlow object detection API and it requires the installation of protobuf so I downloaded versions: 3.4.0, 3.14.0 , 3.9.0 and I copied the protoc.exe to the models/research folder then write this line on anaconda Commandline (protoc object_detection/protos/*.proto --python_out=.) and I made sure that I am working within the directory of models research and i got nothing as shown in the image Image after running protoc object_detection/protos/*.proto --python_out=. this happened on all the versions of protobuf that I tried to work with. I am working on windows 10

Upvotes: 1

Views: 899

Answers (1)

Emanuel Huber
Emanuel Huber

Reputation: 151

There is no output from the protoc command, you can follow along with the next steps.

Upvotes: 1

Related Questions