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

can you give a colmap dataset example #212

Open
szat opened this issue Jun 10, 2024 · 3 comments
Open

can you give a colmap dataset example #212

szat opened this issue Jun 10, 2024 · 3 comments

Comments

@szat
Copy link

szat commented Jun 10, 2024

Hi there, I was wondering if you could give a colmap dataset on which the examples/simple_training.py works, when I put my own colmap folder with the structure name/images, name/spares, it complains that name/images_4/ does not exist. Debugging now, but would be nice to have an example that just works.

@FantasticOven2
Copy link
Contributor

FantasticOven2 commented Jun 10, 2024

Hi, the "images_4" refers to the directory that contains images downsampled 4 times and it is provided in the mipnerf-360 dataset. When using your own dataset, you can tune the image factor using--data_factor (e.g. --data_factor 1 is the original image size).

@szat
Copy link
Author

szat commented Jun 11, 2024

Hi, thx for the quick answer. Followup question, should colmap be run on the downsampled images, or run colmap on the original images and then downsample the images.

@FantasticOven2
Copy link
Contributor

I think it's prefered to run colmap on the original images and then downsample the images. You also need to change the camera intrinsics when downsampling. Here's a reference for processing your own data in the oringinal 3DGS repo

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