agisoft 2.2.2
Win111
When i run this
chunk.generateMasks(
masking_mode=Metashape.MaskingModeAI,
tolerance=10
)
I get this error
GenerateMasks: masking_mode = MaskingModeAI
Traceback (most recent call last):
File "D:\SfM\Scripts\turntable_new.py", line 153, in <module>
exec(f.read())
File "<string>", line 148, in <module>
OSError: Can't open file: The system cannot find the file specified (2): {filename}_mask.png
Could someone give some insight why this fails?