Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/4DSloMo
/ SH2RGB
Function
SH2RGB
utils/sh_utils.py:228–229 ·
view source on GitHub ↗
(sh)
Source
from the content-addressed store, hash-verified
226
return
(rgb - 0.5) / C0
227
228
def
SH2RGB(sh):
229
return
sh * C0 + 0.5
Callers
2
readColmapSceneInfo
Function · 0.90
readNerfSyntheticInfo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected