papagina / Auto_Conditioned_RNN_motion

Implementation of Auto-Conditioned Recurrent Networks for Extended Complex Human Motion Synthesis
MIT License
66 stars 26 forks source link

Assertion Error write bvh #13

Closed FNRocha closed 3 years ago

FNRocha commented 4 years ago

Hello, I have been training the model in different data and when is time to write the bvh animation I get the following error from

rotation2xyz.py script:

"-->assert np.allclose(np.linalg.norm(children_xyz[i, :]), np.linalg.norm(children_orig[i, :])) Assertion Error"

since there is no comment explaining this code I am having a really hard time figuring out how to solve it. I am using a small animation of shape:

[5,60,171]