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

Method __init__

gsplat/compression/post_training/codec.py:103–104  ·  view source on GitHub ↗
(self, config: CodecConfig)

Source from the content-addressed store, hash-verified

101
102class PNGCodec:
103 def __init__(self, config: CodecConfig) -> None:
104 self.config = config
105
106 def encode(self, frame_dir: Path, splats: TensorDict, quant_ctx: QuantizationContext) -> CodecArtifacts:
107 frame_dir.mkdir(parents=True, exist_ok=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected