a-lemus96 / fs-nerf

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

Uptade poses parameter in `render_rays` func calls #55

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago

Changed pose parameter to poses in render_rays function definition. Account for this change in future calls.

a-lemus96 commented 8 months ago

No need to update anything as the naming change is only visible inside the function definition.