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

convert.py resizing images without resize flag #79

Open
Mikey-E opened this issue Aug 23, 2024 · 1 comment
Open

convert.py resizing images without resize flag #79

Mikey-E opened this issue Aug 23, 2024 · 1 comment

Comments

@Mikey-E
Copy link

Mikey-E commented Aug 23, 2024

I have a custom dataset that I have been resizing with convert.py from https://github.com/graphdeco-inria/gaussian-splatting. The images folder it creates (from "input") is of different size than input. e.g. input will be 666M in size but images will be 418M. I am able to run gaussian models with either folder set as "images" but I would like to know - is this change in size after convert.py is run something to be expected or not?

@niujinshuchong
Copy link
Member

Hi, the script will resize the image if you enable the resizing. It is fine to use different size of images for training. Smaller images trains faster.

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