graf
graf copied to clipboard
Different Raysampler between train and val/test
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?