Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not get good result when training from Scratch #7

Open
renrenzsbbb opened this issue May 18, 2022 · 3 comments
Open

can not get good result when training from Scratch #7

renrenzsbbb opened this issue May 18, 2022 · 3 comments

Comments

@renrenzsbbb
Copy link

Thanks for your great work. I use https://github.com/ubisoft/ubisoft-laforge-animation-dataset to train from sractch.
the reading bvh data code is referred by

from fairmotion.data import bvh

motion = bvh.load(BVH_FILENAME)

positions = motion.positions(local=False)  # (frames, joints, 3)
velocities = positions[1:] - positions[:-1]
orientations = motion.rotations(local=False)[..., :, :2].reshape(-1, 22, _6)

I only adjust 22 to 21 because new. dataset has 21 joint.
here is my last epoch logger
237m 45s (- 0m 00s) (140 100.0%) | Recon: 1.618e-02 | KL: 2.287e-07 | PP: 0.000e+00;
And then, I play it by gym with your code in random work mode. the result is not normal, can you give me some advices.

@renrenzsbbb
Copy link
Author

20220518152510.mp4

@edentliang
Copy link

Hi, I am also doing the same thing like you. But I am still struggling with the mocap.npz : 0-3 : root delta x, delta y, delta facing. How do u get these data?

@belinghy
Copy link

@renrenzsbbb Thanks for taking interest in our work. For the dataset you are using, you will need to do some hyperparameter tuning. The recon loss should be on the order of 1e-3 or 1e-4, and the KL loss should be roughly on the same scale. You could try tuning the beta of the VAE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants