a-lemus96 / fs-nerf

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

Abstract rendering process into `Renderer` ADT #30

Open a-lemus96 opened 6 months ago

a-lemus96 commented 6 months ago

Abstract the rendering process into an ADT dedicating a separate file called renderer.py. Meet the following criteria:

a-lemus96 commented 6 months ago

The initial designed goes as follows:

Attributes:

Methods: