We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9964e90 commit 86a836cCopy full SHA for 86a836c
demos/common/python/openvino/model_zoo/model_api/models/background_matting.py
@@ -118,7 +118,7 @@ def set_input_shape(self):
118
return shapes[0]
119
120
def _get_outputs(self):
121
- image_blob_names= {}
+ image_blob_names = {}
122
for name, metadata in self.outputs.items():
123
if len(metadata.shape) == 4 and metadata.shape[1] == 3:
124
image_blob_names['fgr'] = name
0 commit comments