INNER CODE UNIT · Python
PipelineParams
jayin92/Skyfall-GS · arguments/__init__.py:129
class PipelineParams(ParamGroup):
"""Parameters for rendering pipeline configuration."""
def __init__(self, parser: ArgumentParser):
self.convert_SHs_python: bool = False
self.compute_cov3D_python: bool = False
self.debug: bool = False
super().__init__(parser, "Pipeline Parameters")
class OptimizationParams(ParamGroup):
"""Parameters for optimization and training."""
# Constants
DEFAULT_ITERATIONS = 30_000
DEFAULT_DENSIFY_UNTIL = 20_000