mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-30 17:16:16 +00:00
fix: add --output arg to pipeline_core.py
This commit is contained in:
parent
67194f06da
commit
3d1a8c841d
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue