a-lemus96 / fs-nerf

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

Implement `eval` method for `Renderer` ADT #57

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago

It is necessary to implement eval method for renderer to put OccGridEstimator obj in eval mode.

Originally posted by @a-lemus96 in #43

a-lemus96 commented 8 months ago

This method already exists.

a-lemus96 commented 8 months ago

The only thing that was addressed was the way that the step method was called in main training loop.