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 9, 2021
1 parent 48aa0bd commit a1c3e06
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 a1c3e06

Please sign in to comment.