I follow the instructions of ‘TensorFlow Hub Object Detection Colab’ in my colab:
!git clone --depth 1 GitHub - tensorflow/models: Models and examples built with TensorFlow
!sudo apt install -y protobuf-compiler
!cd /content/models/research
!protoc object_detection/protos/*.proto --python_out=.
the error: Could not make proto path relative: object_detection/protos/anchor_generator.proto: No such file or directory
note: I have changed the directory path in my colab: !cd /content/models/research, but it’s not working
can someone help me?