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 698e525 commit b79fefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,

# collect meta
# meta_['gender'].append(anno_info['gender'])
meta_['gender'].append(anno_info['neutral'])
meta_['gender'].append('neutral')
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 b79fefe

Please sign in to comment.