a-lemus96 / fs-nerf

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

[feat]: Ensure proper clamp bounds for rendered depth #49

Closed a-lemus96 closed 3 months ago

a-lemus96 commented 3 months ago

Check depth values rendered using LLFF data and provide a way to setup depth clamp parameters based on the type of dataset.

a-lemus96 commented 3 months ago

I will use self.near and self.far and pass those parameters to the rendering fns

a-lemus96 commented 3 months ago

I had to change rendering function signatures as near and far args were not previously handled.