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

Sampling strategy for train images #58

Open
Kush0301 opened this issue Aug 7, 2024 · 1 comment
Open

Sampling strategy for train images #58

Kush0301 opened this issue Aug 7, 2024 · 1 comment

Comments

@Kush0301
Copy link

Kush0301 commented Aug 7, 2024

Thank you for this amazing work! I wanted to know if there was a reason for not sampling the train images randomly but in a sequential manner (t-1, t, t+1). I got significantly better results on a custom dataset by following nerfstudio's random sampling strategy while keeping the rest of the code same.

@maturk
Copy link
Owner

maturk commented Aug 9, 2024

@Kush0301, thanks for pointing this out. There is really no reason to use the sequential manner, I mainly used this for debugging and sanity checks when developing the model. But you are right, this can be updated. I will work on a revision of the code-base soon.

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