MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / Options

Class Options

configs/options_inference.py:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6@dataclass
7class Options(BaseOptions):
8 model_type = "Inference"
9 use_augmentation: bool = False
10 fix_keys: List[str] = field(default_factory=lambda: ["rot_static", "rot_dynamic"])
11 sample_keys: List[str] = field(default_factory=list)
12 pred_keys: List[str] = field(default_factory=lambda: ["rgb", "opacity", "scale", "xyz_static"])
13 compile: bool = True
14
15AllConfigs = Options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected