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 d011170 commit 460d579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
self._get_focal_length(image_path), principal_point)

# collect meta
meta_['gender'].append(anno_info['gender'])
pdb.set_trace()
# meta_['gender'].append(anno_info['gender'])
meta_['gender'].append(anno_info['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 460d579

Please sign in to comment.