-
Notifications
You must be signed in to change notification settings - Fork 58
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
Dataset question #11
Comments
Sorry, I have figure out as decscribed in paper. |
Hi, when the training view n=3/6/12, test views n=12. |
Thank you for your reply. |
No, we split train_imgs here: https://github.com/NVlabs/InstantSplat/blob/main/coarse_init_eval.py#L56-L64
The test image is uniformly sampled from 22 images excluding the first and last one, which makes 12 images |
So, we need to change the "llffhold" when we change the training view? For example, llffhold=4 when n_views=6, llffhold=8 when n_views=3. |
No.
Train view idx = (0 3 5 7 9 11 13 15 17 19 21 23) |
@kairunwen Hi! I think there is a discrepancy between the code and your description.
And the result is:
But you stated:
I'm confused. Is that any thing wrong? |
Hi, thanks for your excellent work.
For the TT dataset, when the training view is 12, the test view is the remaining 12.
When the training view n=3 or n=6, are all remaining views 21 or 18 test perspectives?
The text was updated successfully, but these errors were encountered: