You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/src/utils/pose_util.py", line 38, in project_points
transformed_points = points_3d_homogeneous @ (transformation_matrix @ euler_and_translation_to_matrix(pose_vectors[i][:3], pose_vectors[i][3:])).T @ P
IndexError: index 60 is out of bounds for axis 0 with size 60
Edit: this could be because audio was too short at 4 seconds
Edit: the quality seems to have dropped when using 'self-guided' , much more warping and artifacts. I did not use a head pose template only the one preset by app.py could that be why?
The text was updated successfully, but these errors were encountered:
/src/utils/pose_util.py", line 38, in project_points
transformed_points = points_3d_homogeneous @ (transformation_matrix @ euler_and_translation_to_matrix(pose_vectors[i][:3], pose_vectors[i][3:])).T @ P
IndexError: index 60 is out of bounds for axis 0 with size 60
Edit: this could be because audio was too short at 4 seconds
Edit: the quality seems to have dropped when using 'self-guided' , much more warping and artifacts. I did not use a head pose template only the one preset by app.py could that be why?
The text was updated successfully, but these errors were encountered: