MCPcopy 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
117def SH2RGB(sh):
118 return sh * C0 + 0.5

Callers 1

readNerfSyntheticInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected