I am trying to train a model using Tensorflow 2 as written here: https://colab.research.google.com/drive/1sLqFKVV94wm-lglFq_0kGo2ciM0kecWD#scrollTo=fF8ysCfYKgTP&uniqifier=1
But when I run: python object_detection/builders/model_builder_tf2_test.py This error is returned to me: ImportError: cannot import name 'anchor_generator_pb2' from 'object_detection.protos'
I was looking for answers with such a problem on the internet. Everywhere there are two answers - either "pip install" is missing, or you need to use protoc 3.4. But that doesn't work for me. i tried versions protoc 3.17 and 3.4, It does not help. Please tell me how you can solve this problem.