We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aed9d6 commit a0b812cCopy full SHA for a0b812c
smplx/body_models.py
@@ -506,7 +506,7 @@ class SMPLH(SMPL):
506
507
def __init__(
508
self, model_path,
509
- kid_template_path = '',
+ kid_template_path: str = '',
510
data_struct: Optional[Struct] = None,
511
create_left_hand_pose: bool = True,
512
left_hand_pose: Optional[Tensor] = None,
0 commit comments