Commit 5ef73258 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #15176 from dkurt:fix_14993

parents 5a6b23e8 59864a3b
...@@ -67,7 +67,7 @@ def createSSDGraph(modelPath, configPath, outputPath): ...@@ -67,7 +67,7 @@ def createSSDGraph(modelPath, configPath, outputPath):
'Sub', 'ResizeNearestNeighbor', 'Pad'] 'Sub', 'ResizeNearestNeighbor', 'Pad']
# Node with which prefixes should be removed # Node with which prefixes should be removed
prefixesToRemove = ('MultipleGridAnchorGenerator/', 'Postprocessor/', 'Preprocessor/map') prefixesToRemove = ('MultipleGridAnchorGenerator/', 'Concatenate/', 'Postprocessor/', 'Preprocessor/map')
# Load a config file. # Load a config file.
config = readTextMessage(configPath) config = readTextMessage(configPath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment