diff --git a/arguments/__init__.py b/arguments/__init__.py index 56d1f6c..9fa2857 100644 --- a/arguments/__init__.py +++ b/arguments/__init__.py @@ -69,7 +69,7 @@ class PipelineParams(ParamGroup): def __init__(self, parser): self.convert_SHs_python = False self.compute_cov3D_python = False - self.debug = True + self.debug = False super().__init__(parser, "Pipeline Parameters") class ModelHiddenParams(ParamGroup): def __init__(self, parser):