instant-nsr-pl icon indicating copy to clipboard operation
instant-nsr-pl copied to clipboard

Math behind the color network.

Open weihan1 opened this issue 1 year ago • 0 comments

In the original NeuS paper, the input to the color network is direction encoding, feature, normal, sdf, and the positions stacked together (see below).

Screenshot 2023-09-21 at 6 55 49 PM

However, in the code, the input to the color network is only the direction encoding, feature, and normal, without the sdf or the positions. Why is that?

rgb = self.texture(feature, t_dirs, normal)

weihan1 avatar Sep 21 '23 22:09 weihan1