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

Different Raysampler between train and val/test #18

Open
AddASecond opened this issue Nov 24, 2022 · 1 comment
Open

Different Raysampler between train and val/test #18

AddASecond opened this issue Nov 24, 2022 · 1 comment

Comments

@AddASecond
Copy link

AddASecond commented Nov 24, 2022

I notice that in graf/transforms.py,
during train, class FlexGridRaySampler(RaySampler) is used
but during val/test, class FullRaySampler(RaySampler) is used

I wonder why use different raysampler?
what is the principle behind that opreation choice?

@huahangc
Copy link

In the paper, they had demonstrated the patch sampling is better than full sampling when in the train.

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