diff --git a/scripts/pipeline_core.py b/scripts/pipeline_core.py index 8331c552..1b385014 100644 --- a/scripts/pipeline_core.py +++ b/scripts/pipeline_core.py @@ -468,6 +468,7 @@ if __name__ == "__main__": parser.add_argument("--budget", type=int, default=128) parser.add_argument("--surfaces", type=int, default=64) parser.add_argument("--filter", choices=["crt", "quat"], default="crt") + parser.add_argument("--output", default="pipeline_result.json") args = parser.parse_args() labels = [1, 2, 4, 8, 16, 32, 64, 128]