Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Oct 31, 2023
1 parent a683e84 commit 5829692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
meta_[meta_key] = []
image_path_ = []

seed, size = '230816', '999999'
seed, size = '231031', '999999'

# build smplx model
smplx_model = {}
Expand Down Expand Up @@ -171,6 +171,8 @@ def convert_by_mode(self, dataset_path: str, out_path: str,

# for aid, anno_info in enumerate(tqdm(anno_param, desc=f'Processing Agora {mode}')):
image_id = anno_info['image_id']

pdb.set_trace()
# anno_info_bf = anno_param_bf[aid]

# print(anno_info['gender'])
Expand Down

0 comments on commit 5829692

Please sign in to comment.