a-lemus96 / fs-nerf

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

Solve renderer attribute error #66

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago

Solve renderer attribute error:

  File "/home/lemus/projects/fs-nerf/src/render/renderer.py", line 87, in render_rays
    near_plane=self.near,
               ^^^^^^^^^
AttributeError: 'Renderer' object has no attribute 'near'

Originally posted by @a-lemus96 in #61

a-lemus96 commented 8 months ago

Original attribute names for near and far ray bounds are defined as tn and tf in __init__ method.