Haian-Jin / TensoIR

[CVPR 2023] TensoIR: Tensorial Inverse Rendering
https://haian-jin.github.io/TensoIR/
MIT License
237 stars 12 forks source link

Troubleshooting Unbounded Scene #15

Open gaoalexander opened 1 year ago

gaoalexander commented 1 year ago

Hello, I am trying to experiment with applying TensoIR to an unbounded scene.

I started with trying the well-known "Garden" scene from the MipNeRF-360 dataset.

I'm not sure if this will be the only issue, but one problem that I have run into is the following, where it seems that the scene geometry is limited to a bounding box that is much smaller than the full scene. This also seems like it leads to incorrect optimization of the geometry/normals:

020

Do you have any ideas as to what I may do to resolve this bounding box issue and improve results?

Thanks very much!