Hi,
I am trying to save the points2D and points3d_idx in the file image.bin and after a lot of trouble with the format of the binary and the indexing of the tracks I managed to make it. My issue now is that it seems like the points2d_idx saved in the points3d.bin are global for the total number of keypoints in the scene instead of local indexes for each image keypoints, so after trying to index my 2d points saved in images.bin with the indexes saved in the points3d.bin I obtained an out of range error (doesn't happen with the basic pycolmap for example).
Any clue of where in the code can I solve that?
Hi,
I am trying to save the points2D and points3d_idx in the file image.bin and after a lot of trouble with the format of the binary and the indexing of the tracks I managed to make it. My issue now is that it seems like the points2d_idx saved in the points3d.bin are global for the total number of keypoints in the scene instead of local indexes for each image keypoints, so after trying to index my 2d points saved in images.bin with the indexes saved in the points3d.bin I obtained an out of range error (doesn't happen with the basic pycolmap for example).
Any clue of where in the code can I solve that?