Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Fix Typo : h36m joint shape (24->17)
  • Loading branch information
jhtobigs authored Aug 31, 2021
1 parent 30ea651 commit 0bb35b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro/modeling/_smpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_h36m_joints(self, vertices):
Input:
vertices: size = (B, 6890, 3)
Output:
3D joints: size = (B, 24, 3)
3D joints: size = (B, 17, 3)
"""
joints = torch.einsum('bik,ji->bjk', [vertices, self.J_regressor_h36m_correct])
return joints
Expand Down

0 comments on commit 0bb35b6

Please sign in to comment.