Skip to content

Commit a0b812c

Browse files
author
Priyanka Patel
committed
kid_template_path optional in SMPLH
1 parent 8aed9d6 commit a0b812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smplx/body_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class SMPLH(SMPL):
506506

507507
def __init__(
508508
self, model_path,
509-
kid_template_path = '',
509+
kid_template_path: str = '',
510510
data_struct: Optional[Struct] = None,
511511
create_left_hand_pose: bool = True,
512512
left_hand_pose: Optional[Tensor] = None,

0 commit comments

Comments
 (0)