MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / inverse_log_transform

Function inverse_log_transform

gsplat/utils.py:40–41  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

38
39
40def inverse_log_transform(y):
41 return torch.sign(y) * (torch.expm1(torch.abs(y)))
42
43
44def depth_to_points(

Callers 7

decompressMethod · 0.90
decompressMethod · 0.90
decompressMethod · 0.90
decompressMethod · 0.90
decompressMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected