Riga2 / TensoSDF

[SIGGRAPH 2024] TensoSDF: Roughness-aware Tensorial Representation for Robust Geometry and Material Reconstruction
MIT License
60 stars 3 forks source link

Reflectance field #3

Open Nole21 opened 1 month ago

Nole21 commented 1 month ago

Thank you for sharing the awesome work. I have questions about the reflectance field. At the first stage, the reflectance field is initialized within the shaperenderer and trained. But as I know(maybe wrong), in the second stage(estimate material), the reflectance field is initialized within the materialrenderer and trianed from stratch. And the shading methods are different between the two stages. So I wonder which reflectance field and shading method will be used during inference?

Nole21 commented 1 month ago

I refer to NeRO, and realized that I misunderstood the work. Thanks for the author again.