Skip to content
Snippets Groups Projects
Commit c44dee3a authored by Solene Tarride's avatar Solene Tarride
Browse files

Do not resize by default during prediction

parent 78a69471
No related branches found
No related tags found
1 merge request!195Set default value to None for --image_max_width during prediction
This commit is part of merge request !195. Comments created here will be created in the context of that merge request.
......@@ -68,7 +68,7 @@ def add_predict_parser(subcommands) -> None:
parser.add_argument(
"--image-max-width",
type=int,
default=1800,
default=None,
required=False,
help="Image resizing before feeding it to DAN",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment