Skip to content

Commit 86a836c

Browse files
Dmitry Sidnevanzhella-pankratova
andauthored
Minor fix
Co-authored-by: Anzhella Pankratova <[email protected]>
1 parent 9964e90 commit 86a836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/common/python/openvino/model_zoo/model_api/models/background_matting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def set_input_shape(self):
118118
return shapes[0]
119119

120120
def _get_outputs(self):
121-
image_blob_names= {}
121+
image_blob_names = {}
122122
for name, metadata in self.outputs.items():
123123
if len(metadata.shape) == 4 and metadata.shape[1] == 3:
124124
image_blob_names['fgr'] = name

0 commit comments

Comments
 (0)