Skip to content

Commit

Permalink
Fix duplicate keypoint name (#976)
Browse files Browse the repository at this point in the history
* fix duplicate keypoint name

* update keypoint name
  • Loading branch information
jin-s13 authored Oct 19, 2021
1 parent 538d92a commit daf8082
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/_base_/datasets/coco_wholebody.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,11 @@
swap='face-65'),
91:
dict(
name='left_wrist',
name='left_hand_root',
id=91,
color=[255, 255, 255],
type='',
swap='right_wrist'),
swap='right_hand_root'),
92:
dict(
name='left_thumb1',
Expand Down Expand Up @@ -742,11 +742,11 @@
swap='right_pinky_finger4'),
112:
dict(
name='right_wrist',
name='right_hand_root',
id=112,
color=[255, 255, 255],
type='',
swap='left_wrist'),
swap='left_hand_root'),
113:
dict(
name='right_thumb1',
Expand Down

0 comments on commit daf8082

Please sign in to comment.