Hi
I have a project which is challenging to get matched together properly. I use NN masks to hide some objects, some time more agressively (like trees or bushes). Sometimes I build a mesh and use it as a source for masks to avoid matching points on a water for an example.
In this iterations sometimes I would like to clean up mask and rematch images using more keypoints (I apply "mask keypoints option" with alignment). But I don't see anywhere we I can reset keypoints for the image and have it recomputed if I updated masks to have them less conservative. If I reset alignment it still leaves keypoints stored for these photos (this setting is one and useful most of the time for my projects). But sometimes I want to enforce recomputing key points even with having this option on.
I've tried to look for Python API and it seems that it is not possible also to clean up keypoints for specific set of images or reset their alignment on the lower level, consider them in the project as the ones without keypoints to recalculate them.
May I ask you how to do that? Only one option I have in mind is exporting project, cleaning up keypoints for some photos and importing it back.