a-lemus96 / fs-nerf

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

Code new `Renderer` ADT #41

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago

Code the following class members:

a-lemus96 commented 8 months ago

This is the list of required parameters for __init__ method:

For OccGridEstimator object initialization:

a-lemus96 commented 8 months ago

Temporary disabling occlusion regularization by commenting corresponding code block.

a-lemus96 commented 8 months ago

I will remove the device parameter inside the Renderer class as the object will be moved to CUDA device.

a-lemus96 commented 8 months ago

estimator initalization is performed within __init__ method as it only requires one line.