Skip to content

Commit

Permalink
Merge pull request meituan#753 from lenks-124/lenks-124-patch-1
Browse files Browse the repository at this point in the history
Fix the misspelled word.
  • Loading branch information
mtjhl authored Mar 27, 2023
2 parents 9cfd42c + d82281b commit afbd193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run(data,
):
""" Run the evaluation process
This function is the main process of evaluataion, supporting image file and dir containing images.
This function is the main process of evaluation, supporting image file and dir containing images.
It has tasks of 'val', 'train' and 'speed'. Task 'train' processes the evaluation during training phase.
Task 'val' processes the evaluation purely and return the mAP of model.pt. Task 'speed' processes the
evaluation of inference speed of model.pt.
Expand Down

0 comments on commit afbd193

Please sign in to comment.