a-lemus96 / fs-nerf

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

[bug]: Solve aabb-dependency problem #45

Closed a-lemus96 closed 3 months ago

a-lemus96 commented 3 months ago

Update parameter passing when building estimator. Make initialization dataset agnostic.

roi_aabb=aabb / 2 ** (4 - 1)
a-lemus96 commented 3 months ago

This will potentially disrupt behavior using Blender dataset.

a-lemus96 commented 3 months ago

Included roi_aabb=aabb / 2 ** (4 - 1) computation inside LLFF dataset