Skip to content

Commit 6a872c3

Browse files
authored
Update MANO finger tips' joints
1 parent cb2d172 commit 6a872c3

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
@@ -1070,7 +1070,7 @@ def __init__(self, model_path, is_rhand=True,
10701070

10711071
### add only MANO tips to the extra joints
10721072
self.vertex_joint_selector.extra_joints_idxs =\
1073-
torch.Tensor(list(VERTEX_IDS['mano'].values())).to(torch.long)
1073+
to_tensor(list(VERTEX_IDS['mano'].values()), dtype=torch.long)
10741074

10751075
self.use_pca = use_pca
10761076
self.num_pca_comps = num_pca_comps

0 commit comments

Comments
 (0)