Please help in following iam really stuck when I converting with following code
!python models/research/object_detection/export_tflite_graph_tf2.py \
--trained_checkpoint_dir {'/content/drive/MyDrive/customTF2/training'} \
--output_directory {'/content/drive/MyDrive/customTF2/tflite'} \
--pipeline_config_path {'/content/drive/MyDrive/customTF2/data/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.config'}
I get this error
File "models/research/object_detection/export_tflite_graph_tf2.py", line 99, in <module>
from google3.image.understanding.object_detection.input_readers import input_reader_google_pb2 #pylint: disable=unused-import
ModuleNotFoundError: No module named 'google3'