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

Function default_attribute_configs

examples/codec_ply_sequence.py:95–112  ·  view source on GitHub ↗

default attribute configs

()

Source from the content-addressed store, hash-verified

93 }
94
95def default_attribute_configs() -> Dict[str, List[str]]:
96 """default attribute configs"""
97 return {
98 "means": {"qp": -1, "pix_fmt": "yuv444p"},
99 "opacities": {"qp": 22, "pix_fmt": "yuv400p"},
100 "quats": {
101 "w": {"qp": 14, "pix_fmt": "yuv400p"},
102 "xyz": {"qp": 14, "pix_fmt": "yuv444p"},
103 },
104 "scales": {"qp": 14, "pix_fmt": "yuv444p"},
105 "sh0": {"qp": 4, "pix_fmt": "yuv444p"},
106 "shN": {
107 "sh1": {"qp": 14, "pix_fmt": "yuv444p"},
108 "sh2": {"qp": 22, "pix_fmt": "yuv444p"},
109 "sh3": {"qp": 25, "pix_fmt": "yuv444p"},
110 },
111 "default": {"qp": -1, "pix_fmt": "yuv444p"},
112}
113
114
115@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected