AniPortrait icon indicating copy to clipboard operation
AniPortrait copied to clipboard

IndexError: index 60 is out of bounds for axis 0 with size 60

Open G-force78 opened this issue 1 year ago • 1 comments

/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?

G-force78 avatar Apr 23 '24 08:04 G-force78

See #207

ladvu avatar Dec 23 '24 16:12 ladvu