I have a problem in a OS terminal compiled: ./bin/protoc object_detection/protos/*.proto --python_out=.
object_detection/protos/input_reader.proto:5:1: warning: Import object_detection/protos/image_resizer.proto but not used.
Anyone knows how can solve this bug?. I read in other similar post deleted or commented a line in one file, but it seems don“t compile anything do it this.