Unable to generate Tensorflow Object Detection API graph text representation

asked 2018-10-17 15:01:42 -0600

So I'm getting the following error when I run: python tf_text_graph_ssd.py

Traceback (most recent call last): File "tf_text_graph_ssd.py", line 276, in <module> createSSDGraph(args.input, args.config, args.output) File "tf_text_graph_ssd.py", line 27, in createSSDGraph config = config['model'][0]['ssd'][0] KeyError: 'model'

I used the frozen model downloaded from the tf model zoo and the .pbtxt config file found in linked on the wiki

I am trying to convert MobileNet-SSD v1 Version 2017_11_17.

Any help would be greatly appreciated!

edit retag flag offensive close merge delete