Skip to content

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Aug 28, 2023
1 parent 3bf0c5b commit cfc902b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
for key in ['bbox', 'face_bbox', 'lhand_bbox', 'rhand_bbox']:
bboxs_[f'{key}_xywh'].append(np.array(anno_info[key] + [1]))

pdb.set_trace()
# collect smplx_params
smplx_path = os.path.join(dataset_path,
anno_info['smplx_param_path'])
Expand Down

0 comments on commit cfc902b

Please sign in to comment.