From fa78ebac46d96a1969398e27e1b85356ab262425 Mon Sep 17 00:00:00 2001 From: Alex Fernandez <7582277+alexfernandez803@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:39:41 +1000 Subject: [PATCH] Update cli.py to use 720p_medium_mosaic Use 1080p_medium_v8 because 720p_medium_mosaic is missing from the weights folder --- dashcamcleaner/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashcamcleaner/cli.py b/dashcamcleaner/cli.py index 59b00b0..02bdd18 100755 --- a/dashcamcleaner/cli.py +++ b/dashcamcleaner/cli.py @@ -145,9 +145,9 @@ def _split_lines(self: "CustomHelpFormatter", text: str, width: int) -> List[str "-w", "--weights", required=False, - help="Weights file to use. See readme for the differences. (default = 720p_medium_mosaic).", + help="Weights file to use. See readme for the differences. (default = 1080p_medium_v8).", type=str, - default="720p_medium_mosaic", + default="1080p_medium_v8", ) optional.add_argument( "-bw",