Hello,
Using the python API, I'm trying to build a point cloud using masks.
I have 10 photos but only a mask on 2 of them (too hard to make a mask automatically on the others). I import the 2 masks with chunk.generateMasks.
The mask works perfectly on the point cloud if I only use the 2 photos and their mask, but not when I add the other photos.
Is there a way to display on the point cloud only the points that are not masked on photos 1 and 2?
Thanks in advance for your help