AniPortrait
AniPortrait copied to clipboard
IndexError: index 60 is out of bounds for axis 0 with size 60
/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?
See #207