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

Method __init__

gsplat/compression_simulation/mask.py:21–22  ·  view source on GitHub ↗
(self, config: MaskConfig)

Source from the content-addressed store, hash-verified

19
20class AdaptiveMaskBase:
21 def __init__(self, config: MaskConfig):
22 self.config = config
23
24 def maybe_update(self, step: int, splats: Mapping[str, Tensor]) -> None:
25 """Observe the current splats before running compression."""

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected