I succesfully executed in Google Colaboratory a notebook of training model and image recognition in Tensorflow. Now I want to start a new notebook with Object Detection Api. When I execute my code I get following error:
ModuleNotFoundError: No module named 'object_detection'
How can I install Object Detection Api in Colaboratory? I follow the install instructions but I can't execute:
# From tensorflow/models/research/
protoc object_detection/protos/*.proto --python_out=.