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

Function trbfunction

examples/simple_viewer_dyn.py:26–27  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

24from gsplat.rendering import rasterization
25
26def trbfunction(x):
27 return torch.exp(-1*x.pow(2))
28
29def qvec2rotmat(qvec):
30 return np.array(

Callers 1

slice_dyngs_to_3dgsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected