I am following the example found here.
But whenever I enter the command \"C:/Program Files/protoc/bin/protoc\" object_detection/protos/.proto --python_out=.
I get an e
sometimes windows Cmd doesn't accept wildcard '*'. that's why it shows error. you can use loop to solve this problam.
to create Loop in Cmd checkout this link. https://ss64.com/nt/for.html
ref:
protoc cannot find files in windows 7