diff --git a/mmhuman3d/data/data_converters/agora.py b/mmhuman3d/data/data_converters/agora.py index a44078fe..b10940d5 100644 --- a/mmhuman3d/data/data_converters/agora.py +++ b/mmhuman3d/data/data_converters/agora.py @@ -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 = {} @@ -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'])