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

About prediction with multiple action labels #8

Open
KVBK01 opened this issue Dec 20, 2022 · 0 comments
Open

About prediction with multiple action labels #8

KVBK01 opened this issue Dec 20, 2022 · 0 comments

Comments

@KVBK01
Copy link

KVBK01 commented Dec 20, 2022

I have noticed that in your paper you reported the result of predicting future motions given multiple action labels (e.g., Figure (4) 2nd row). I wonder how is this part of the result produced, since I have not found the corresponding code.
Is this achieved by simply generating a sequence in a two-part manner, and use the last few frames in the first part together with a different action label to generate the second part?

like this:
action label1, observed sequence ===[VAE Decoder]===> Prediction 1
action label2, Prediction 1(maybe last few frames) ===[VAE Decoder]===> Prediction 2
and Prediction 1+Prediction 2 is the final result?

Looking forward to your reply! Thanks

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

1 participant