Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Nov 2, 2023
1 parent c89f1cd commit 2427f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,

# collect meta
meta_['gender'].append(anno_info['gender'])
pdb.set_trace()
meta_['principal_point'].append(principal_point)
meta_['focal_length'].append(focal_length)
meta_['annot_valid'].append(anno_info['is_valid'])
Expand Down

0 comments on commit 2427f0f

Please sign in to comment.