Skip to content

Commit

Permalink
update keypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-s13 committed Jun 1, 2021
1 parent 91483a0 commit 23b1300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(self,

self.load_config(self.data_cfg)

self.ann_info['num_joints'] = data_cfg['num_joints']
assert self.ann_info['num_joints'] == dataset_info.keypoint_num
self.ann_info['flip_pairs'] = dataset_info.flip_pairs
self.ann_info['upper_body_ids'] = dataset_info.upper_body_ids
Expand Down

0 comments on commit 23b1300

Please sign in to comment.