Ask Your Question
0

tf_text_graph_ssd.py - No module named 'tf_text_graph_common'

asked 2019-03-30 16:42:23 -0600

jpr gravatar image

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

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2019-08-16 22:34:44 -0600

Dear, I think u lost a file named ' tf_text_graph_common.py' , u can find it in opencv\samples\dnn which in github directory https://github.com/opencv/opencv/tree.... u can put it in your dir and go on running tf_text_graph_ssd.py.

edit flag offensive delete link more
0

answered 2019-03-30 16:47:59 -0600

berak gravatar image

updated 2019-03-30 16:49:49 -0600

either run it from the samples/dnn folder or download a 2nd python script and put that next to it

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-30 16:42:23 -0600

Seen: 3,128 times

Last updated: Mar 30 '19