I'm trying to run the Object Detection high level API I found on Tensorflow github. One of the steps is to compile the module like this:
protoc object_detection\protos\*.proto --python_out=.
When I do that I get this message:
object_detection\protos\*.proto: No such file or directory
Any idea? I'm running Windows 7
EDIT: if I run:
protoc --python_out=. *.proto
from the right folder, I get:
*.proto: No such file or directory