From 5829692a82bfd8321c39c352d4a2ae3d1b965497 Mon Sep 17 00:00:00 2001 From: Wei-Chen-hub <1259566226@qq.com> Date: Tue, 31 Oct 2023 17:26:07 +0800 Subject: [PATCH] add fix --- mmhuman3d/data/data_converters/agora.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'])