[Question] Camera poses
phongnhhn92 opened this issue · 4 comments
phongnhhn92 commented
Hi,
I have read your paper and I think it produces wonderful results ! I have a question related to the camera poses: Do we strictly have to use sfm (colmap) to estimate camera pose ? Can the method work if we do not have those poses ?
shakibakh commented
Hello @phongnhhn92, thank you for the comment. You need to have the camera poses, but they do not necessarily need to be generated using COLMAP.
phongnhhn92 commented
Thanks for the reply ! I wonder if your method work if I just use identity or random poses ?
shakibakh commented
We are not optimizing the camera parameters so it should not work with incorrect poses.
phongnhhn92 commented
Thanks for the answer !