Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/InstantSplat
/ SH2RGB
Function
SH2RGB
utils/sh_utils.py:117–118 ·
view source on GitHub ↗
(sh)
Source
from the content-addressed store, hash-verified
115
return
(rgb - 0.5) / C0
116
117
def
SH2RGB(sh):
118
return
sh * C0 + 0.5
Callers
1
readNerfSyntheticInfo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected