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

Question about ViewSamplerArbitrary #27

Open
whikwon opened this issue Nov 19, 2024 · 2 comments
Open

Question about ViewSamplerArbitrary #27

whikwon opened this issue Nov 19, 2024 · 2 comments

Comments

@whikwon
Copy link

whikwon commented Nov 19, 2024

In my task, I work with multi-view images captured separately, and I need to sample them arbitrarily. I'm considering using combinatorial sampling to designate some images as the context and others as the target.

I came across the ViewSamplerArbitrary code implementation, which allows the context and target to share the same indices. I'm curious about how sharing indices affects the results compared to combinatorial sampling. (not sharing indices between context and target)

@botaoye
Copy link
Collaborator

botaoye commented Nov 24, 2024

Hi, I am not sure what "sharing indices" means, could you please explain this in detail?

@whikwon
Copy link
Author

whikwon commented Nov 25, 2024

I used "indices" to represent frame numbers, while "sharing indices" refers to the overlapping frame numbers between the target and context when sampling from the full set of frames!

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