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

How to generate colmap with a single camera dataset? #41

Closed
Zero2Light opened this issue Aug 6, 2024 · 2 comments
Closed

How to generate colmap with a single camera dataset? #41

Zero2Light opened this issue Aug 6, 2024 · 2 comments

Comments

@Zero2Light
Copy link

Zero2Light commented Aug 6, 2024

I use a dataset which was captured by a single camera and when I run the code ‘generate_colmap.py' an error occurs:

making custom matches... Traceback (most recent call last): File "/home/ps/YihangChen/hierarchical-3d-gaussians/preprocess/make_colmap_custom_matcher.py", line 115, in <module> add_match(cam_id, matched_cam_id, current_image_file, matched_frame_id) File "/home/ps/YihangChen/hierarchical-3d-gaussians/preprocess/make_colmap_custom_matcher.py", line 102, in add_match matches_str.append(f"{cam_folder_list[cam_id]}/{current_image_file} {cam_folder_list[cam_id + matched_cam_id]}/{matched_image_file}\n") ~~~~~~~~~~~~~~~^^^^^^^^ IndexError: list index out of range Error executing make_colmap_custom_matcher: Command

Is there a version of code for a single camera to generate colmap?

@Zero2Light Zero2Light closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2024
@VerseWei
Copy link

VerseWei commented Aug 7, 2024

I am encountering thee same probleem, could you share your method? Thanks!

@Zero2Light
Copy link
Author

See this,#3

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