MCPcopy 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
29class 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
35class CompressionSimulationBase:

Callers 3

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected