We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f8b35 commit c584323Copy full SHA for c584323
spherical_harmonics.cpp
@@ -23,7 +23,7 @@ torch::Tensor rgb2sh(const torch::Tensor &rgb){
23
}
24
25
torch::Tensor sh2rgb(const torch::Tensor &sh){
26
- // Converts from 0th 0th spherical harmonic coefficients to RGB values [0,1]
+ // Converts from 0th spherical harmonic coefficients to RGB values [0,1]
27
return (sh * C0) + 0.5;
28
29
0 commit comments