Skip to content

Commit b9890ef

Browse files
committed
Fix Meshroom api change
alicevision/Meshroom#2872
1 parent 8d7d5cf commit b9890ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/imageSegmentation/FilterMasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def processChunk(self, chunk):
185185

186186
kargs={}
187187
for a in chunk.node.attributes:
188-
if a.attributeDesc.group=='opt':
188+
if a.desc.group=='opt':
189189
kargs[a.name]=a.value
190190
chunk.logger.info(kargs)
191191
filtered_masks = filter_function(masks,images=images,**kargs)

0 commit comments

Comments
 (0)