a-lemus96 / fs-nerf

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

[factor] Redundant code segment in LLFF ADT #38

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 9 months ago

Remove redundant c2w computation in LLFF.__init__ method.

a-lemus96 commented 8 months ago

This problem was handled indirectly in #48 as c2w is now passed as parameter to __build_path() fn.