Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt committed Jul 28, 2019
1 parent 2693ed9 commit 59864a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/dnn/tf_text_graph_ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def createSSDGraph(modelPath, configPath, outputPath):
'Sub', 'ResizeNearestNeighbor', 'Pad']

# Node with which prefixes should be removed
prefixesToRemove = ('MultipleGridAnchorGenerator/', 'Postprocessor/', 'Preprocessor/map')
prefixesToRemove = ('MultipleGridAnchorGenerator/', 'Concatenate/', 'Postprocessor/', 'Preprocessor/map')

# Load a config file.
config = readTextMessage(configPath)
Expand Down

0 comments on commit 59864a3

Please sign in to comment.