Merge pull request #15176 from dkurt:fix_14993
This commit is contained in:
commit
5ef7325874
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user