Skip to content

Commit

Permalink
Fix typo in comment: "evalaution" to "evaluation"
Browse files Browse the repository at this point in the history
Corrected the spelling of "evaluation" in the comment describing the use of the `--use_all_masks` flag in the `main` function.
  • Loading branch information
CharlesCNorton authored Jul 30, 2024
1 parent 82b026c commit c812718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vos_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main():
action="store_true",
help="whether to use all available PNG files in input_mask_dir "
"(default without this flag: just the first PNG file as input to the SAM 2 model; "
"usually we don't need this flag, since semi-supervised VOS evalaution usually takes input from the first frame only)",
"usually we don't need this flag, since semi-supervised VOS evaluation usually takes input from the first frame only)",
)
parser.add_argument(
"--per_obj_png_file",
Expand Down

0 comments on commit c812718

Please sign in to comment.