Spaces:
Running on Zero
Running on Zero
File size: 504 Bytes
41ff959 | 1 2 3 4 5 6 7 8 9 10 11 | # ============================================================================
# GSplat Decoder Configuration
# ============================================================================
# This is the SINGLE SOURCE OF TRUTH for all default configuration values.
# The corresponding Python dataclass (DecoderGsplatCfg) only provides
# type annotations without default values.
# ============================================================================
name: gsplat
background_color: [0.0, 0.0, 0.0]
|