Skip to content
Snippets Groups Projects

Input prediction folder

Merged Thibault Lavigne requested to merge input-prediction-folder into main
All threads resolved!
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -21,7 +21,7 @@ def add_predict_parser(subcommands) -> None:
help="Path to the image to predict.",
)
image_or_folder_input.add_argument(
"--image-dirs",
"--image-dir",
type=pathlib.Path,
help="Path to the folder where the images to predict are stored.",
)
Loading