Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions of sparse view camera poses #40

Open
ghost opened this issue Mar 12, 2024 · 2 comments
Open

Questions of sparse view camera poses #40

ghost opened this issue Mar 12, 2024 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 12, 2024

Hello, I really appreciate your work. I don’t know much about the work in the field of sparse view 3D reconstruction. After reading your code and comparing the codes of other related works, I found that the camera poses of the training views and test views of sparse perspective 3D reconstruction are all used in the original data set, i.e. the camera pose calibrated using all views. Is my understanding correct? Thank you very much!

@zhongyingji
Copy link

I think you are correct. They use point cloud generated from sparse views, e.g., 12 views for mipnerf360, as initialization: https://github.com/VITA-Group/FSGS/blob/main/tools/colmap_360.py#L169.

But they use train/test poses by COLMAP from all views:
https://github.com/VITA-Group/FSGS/blob/main/scene/dataset_readers.py#L284-L297

BTW, I am quite curious about the coordinate systems that are used for the above two times. They are different, but the author just initialize the point cloud from sparse views, which does not lie in the same coordinate system with the camera poses.

Correct me if I am wrong🙏

@xuncpp
Copy link

xuncpp commented Jul 4, 2024

I also think you are right. Is there any work currently being done to discuss and research this? I haven't seen enough work yet. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants