Skip to content

Commit

Permalink
fix typo: "Ap .5" to "AP .5" (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
motokimura authored Aug 4, 2020
1 parent 00be58d commit 916c221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmpose/datasets/datasets/bottom_up/bottom_up_coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def _do_python_keypoint_eval(self, res_file):
coco_eval.summarize()

stats_names = [
'AP', 'Ap .5', 'AP .75', 'AP (M)', 'AP (L)', 'AR', 'AR .5',
'AP', 'AP .5', 'AP .75', 'AP (M)', 'AP (L)', 'AR', 'AR .5',
'AR .75', 'AR (M)', 'AR (L)'
]

Expand Down
2 changes: 1 addition & 1 deletion mmpose/datasets/datasets/top_down/topdown_coco_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def _do_python_keypoint_eval(self, res_file):
coco_eval.summarize()

stats_names = [
'AP', 'Ap .5', 'AP .75', 'AP (M)', 'AP (L)', 'AR', 'AR .5',
'AP', 'AP .5', 'AP .75', 'AP (M)', 'AP (L)', 'AR', 'AR .5',
'AR .75', 'AR (M)', 'AR (L)'
]

Expand Down

0 comments on commit 916c221

Please sign in to comment.