Skip to content

Commit

Permalink
ignore kid annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pangyyyyy committed Jun 27, 2022
1 parent a6b3b70 commit f210de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
occlusion = df.iloc[idx]['occlusion'][pidx]
ethnicity = df.iloc[idx]['ethnicity'][pidx]

# skip kid since they use different model
if kid:
continue

# obtain keypoints
keypoints2d = df.iloc[idx]['gt_joints_2d'][pidx]
if self.res == (1280, 720):
Expand Down

0 comments on commit f210de9

Please sign in to comment.