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

consistency of the motion encoder and the motion decoder #35

Open
dsdf783 opened this issue Dec 4, 2023 · 1 comment
Open

consistency of the motion encoder and the motion decoder #35

dsdf783 opened this issue Dec 4, 2023 · 1 comment

Comments

@dsdf783
Copy link

dsdf783 commented Dec 4, 2023

For a certain motion sequence, I encode it with the motion encoder ( function ‘encode_motions()' in visualize.py ) and get the clip features of this sequence. Then, I decode the clip features with the motion decoder ( function generate() of class MOTIONCLIP in motionclip.py ). However, when I visualize the motion sequence after decoded, I found it is very different from the motion before encoding.

I want to know why it happens? Do you have any good solution?

@GuyTevet
Copy link
Owner

Interesting. That shouldn't happen. Can you share some results?

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

2 participants