protoc

ERROR when trying to compile protoc files: file not found or had errors

ERROR when trying to compile protoc files: file not found or had errors Question: I am trying to compile protoc files using this command: protoc/bin/protoc models/research/object_detection/protos/*.proto –python_out=. but I am getting this output on cmd object_detection/protos/flexible_grid_anchor_generator.proto: File not found. object_detection/protos/grid_anchor_generator.proto: File not found. object_detection/protos/multiscale_anchor_generator.proto: File not found. object_detection/protos/ssd_anchor_generator.proto: File not found. models/research/object_detection/protos/anchor_generator.proto:5:1: Import "object_detection/protos/flexible_grid_anchor_generator.proto" was …

Total answers: 3