Skip to content

Commit

Permalink
fix: correct model names in batch_detection help
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Jun 23, 2022
1 parent f12fada commit 7616086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camtrapml/scripts/batch_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_args():
parser.add_argument(
"model",
type=str,
help="Detection model to utilise [md4, md5a, md5b]",
help="Detection model to utilise [md2, md3, md4]",
)
parser.add_argument(
"dataset_path",
Expand Down

0 comments on commit 7616086

Please sign in to comment.