Skip to content

Commit b0da833

Browse files
committed
update idea 241108
1 parent 14a7436 commit b0da833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmhuman3d/data/data_converters/idea400.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
125125
gender='neutral',
126126
num_betas=10,
127127
use_face_contour=True,
128-
flat_hand_mean=True,
128+
flat_hand_mean=self.misc_config['flat_hand_mean'],
129129
use_pca=False,
130130
batch_size=1)).to(self.device)
131131

0 commit comments

Comments
 (0)