Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonLSC/GSCodec_Studio
/ SimulationResult
Class
SimulationResult
gsplat/compression_simulation/runtime.py:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
@dataclass
29
class
SimulationResult:
30
splats: Dict[str, Tensor]
31
loss_terms: Dict[str, Tensor] = field(default_factory=dict)
32
metrics: Dict[str, Any] = field(default_factory=dict)
33
34
35
class
CompressionSimulationBase:
Callers
3
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected