Hello Yoann,
I have used the script commands from the log that you have provided on some random projects in 1.7.2 version and every time have got proper tie point cloud:
def build_key_points(keypoint_limit, tiepoint_limit):
Metashape.app.document.chunk.matchPhotos(downscale=1, # HighAccuracy
generic_preselection=True,
reference_preselection=False,
keypoint_limit=keypoint_limit,
tiepoint_limit=tiepoint_limit,
keep_keypoints=False,
mask_tiepoints=False)
build_key_points(60000, 6000)
def build_tie_points():
Metashape.app.document.chunk.alignCameras(adaptive_fitting=True)
build_tie_points()
Can you please share minimal set of images and the related problematic project saved in PSZ format after using these commands to support@agisoft.com?