You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: