NJU-3DV / Relightable3DGaussian

[ECCV2024] Relightable 3D Gaussian: Real-time Point Cloud Relighting with BRDF Decomposition and Ray Tracing
https://nju-3dv.github.io/projects/Relightable3DGaussian/
Other
376 stars 24 forks source link

Regarding Psuedo Normals Defined in Papper #26

Open theAdityaRamesh opened 3 months ago

theAdityaRamesh commented 3 months ago

https://github.com/NJU-3DV/Relightable3DGaussian/blob/77827626db514d59b390da2474de5d71be61a2e6/gaussian_renderer/render.py#L149

  1. Question 1 : does normal_pseudo represent the pseudo normal as defined in the paper ? ie : this
  2. Question 2 : Is this obtained by using the splatted 3DGS depth or the MVS depth ?

image

@yGaoJiany @Linyou @LinZhuoChen