Skip to content

Commit c92f323

Browse files
authored
Fix typo in warning (#8844)
1 parent 2825598 commit c92f323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmdet/datasets/dataset_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def evaluate(self, results, logger=None, **kwargs):
122122

123123
results_per_dataset = results[start_idx:end_idx]
124124
print_log(
125-
f'\nEvaluateing {dataset.ann_file} with '
125+
f'\nEvaluating {dataset.ann_file} with '
126126
f'{len(results_per_dataset)} images now',
127127
logger=logger)
128128

0 commit comments

Comments
 (0)