Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonLSC/GSCodec_Studio
/ register_codec
Function
register_codec
gsplat/compression/post_training/codec.py:40–41 ·
view source on GitHub ↗
(name: str, cls: type)
Source
from the content-addressed store, hash-verified
38
39
40
def
register_codec(name: str, cls: type) -> None:
41
CODEC_REGISTRY[name] = cls
42
43
44
def
build_codec(config: CodecConfig):
Callers
3
codec.py
File · 0.85
legacy_png.py
File · 0.85
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected