a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
0 stars 0 forks source link

Embed NDC fn call inside `get_rays` #56

Open a-lemus96 opened 3 months ago

a-lemus96 commented 3 months ago

Update get_rays signature by adding a boolean parameter that handles NDC mapping. Depending on the value of the parameter, the get_rays fn calls to_ndc fn.