Skip to content

Commit

Permalink
Merge 024c0e8 into 3ec2615
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Sep 25, 2023
2 parents 3ec2615 + 024c0e8 commit faad73a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/body_2d_keypoint/yoloxpose/coco/yoloxpose_coco.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

</details>

Results on COCO val2017 with detector having human AP of 56.4 on COCO val2017 dataset
Results on COCO val2017

| Arch | Input Size | AP | AP<sup>50</sup> | AP<sup>75</sup> | AR | AR<sup>50</sup> | ckpt | log |
| :-------------------------------------------- | :--------: | :---: | :-------------: | :-------------: | :---: | :-------------: | :-------------------------------------------: | :-------------------------------------------: |
Expand Down
4 changes: 2 additions & 2 deletions mmpose/codecs/annotation_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class YOLOXPoseAnnotationProcessor(BaseAnnotationProcessor):
"""

auxiliary_encode_keys = {'category_id', 'bbox'}
instance_mapping_table = dict(
label_mapping_table = dict(
bbox='bboxes',
bbox_lables='labels',
bbox_labels='labels',
keypoints='keypoints',
keypoints_visible='keypoints_visible',
area='areas',
Expand Down

0 comments on commit faad73a

Please sign in to comment.