From b0da833a44675851b2372eef55629a2281049cd7 Mon Sep 17 00:00:00 2001 From: Wei-Chen-hub <1259566226@qq.com> Date: Fri, 8 Nov 2024 14:04:05 +0800 Subject: [PATCH] update idea 241108 --- mmhuman3d/data/data_converters/idea400.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmhuman3d/data/data_converters/idea400.py b/mmhuman3d/data/data_converters/idea400.py index 934adc87..af45721f 100644 --- a/mmhuman3d/data/data_converters/idea400.py +++ b/mmhuman3d/data/data_converters/idea400.py @@ -125,7 +125,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str, gender='neutral', num_betas=10, use_face_contour=True, - flat_hand_mean=True, + flat_hand_mean=self.misc_config['flat_hand_mean'], use_pca=False, batch_size=1)).to(self.device)