I am trying to compile Protoc library but It just keeps giving me the error of No Such Directory even though it is there
I am following Google's Photobuf compilation steps I have added Protoc to PATH environment variable as well.
But it simply won't see the object_detection/protos directory
protoc object_detection/protos/*.proto --python_out=.
The directory and the files are clearly there