Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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/TensorFlow-Object-Detection-API) 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