Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/flame.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _find_dynamic_lmk_idx_and_bcoords(self, pose, dynamic_lmk_faces_idx,
dynamic_lmk_b_coords,
neck_kin_chain, dtype=torch.float32):
"""
Selects the face contour depending on the reletive position of the head
Selects the face contour depending on the relative position of the head
Input:
vertices: N X num_of_vertices X 3
pose: N X full pose
Expand Down