Shuo
Shuo
I think it is easy to pass some known camera poses to setting. During the optimization, the fixed poses are not passed to the optimizer, that would be OK.
In the alignment, I think you can get the pixel and the corresponding depth
Here I provide a simple script to convert the result to the COLMAP format ```python import cv2 import os from pathlib import Path import open3d as o3d import numpy as...
maybe you can tune the confidence ?