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 8d7d5cf commit b9890efCopy full SHA for b9890ef
meshroom/imageSegmentation/FilterMasks.py
@@ -185,7 +185,7 @@ def processChunk(self, chunk):
185
186
kargs={}
187
for a in chunk.node.attributes:
188
- if a.attributeDesc.group=='opt':
+ if a.desc.group=='opt':
189
kargs[a.name]=a.value
190
chunk.logger.info(kargs)
191
filtered_masks = filter_function(masks,images=images,**kargs)
0 commit comments