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

About colmap_id in camera class; Correspondence between colmap_id and order of images in SIBR Viewer. #1113

Open
KenKobayashilax opened this issue Dec 17, 2024 · 0 comments

Comments

@KenKobayashilax
Copy link

Thanks for your great job!

This is not a question but a suggestion of improvement about initialization of colmap_id in Camera class.

When I use COLMAP dataset of single intrinsic parameter (I used Deblur Nerf Dataset), all of colmap_id in scene.train_cameras and scene.test_cameras are set to 1.0.

This may cause a problem that we can't find the correspondences among viewpoints in code and those in SIBRviewer.

To solve this, I changed gaussian-splatting/scene/dataset_readers.py line 84 from uid = intr.id to uid = extr.id.
スクリーンショット 2024-12-17 175124

This change will enable to send information about image ids in colmap to Camera class as Camera.colmap_id.

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

1 participant