Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
def
inverse_log_transform(y):
41
return
torch.sign(y) * (torch.expm1(torch.abs(y)))
42
43
44
def
depth_to_points(
Callers
7
decompress
Method · 0.90
decompress
Method · 0.90
get_decompressed_means
Method · 0.90
decompress
Method · 0.90
decompress
Method · 0.90
decompress
Method · 0.90
post_quantization_inverse_transform
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected