tf_text_graph_ssd.py - No module named 'tf_text_graph_common'
I'm running tf_text_graph_ssd.py (explained in https://github.com/opencv/opencv/wiki...) and I am receiving the following error:
The command from tf_text_graph_common import * results with: ModuleNotFoundError: No module named 'tf_text_graph_common'
Using Python 3.6.8 (conda installed).
How can I get this module?
Thanks