Aditya Ramesh

Results 2 issues of Aditya Ramesh

https://github.com/cheind/torch-spherical-harmonics/blob/17591eb07600496f38972618ee8db722f4f67501/torchsh/symbolic/rsh.py#L39 Here it should be `range(n+1)` instead of `range(10)`. The argument n is unused here. This will cause out of bounds error for SH bands more than order 10. @cheind

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...