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

Stochastic Variation #8

Closed
sard0r opened this issue May 18, 2022 · 1 comment
Closed

Stochastic Variation #8

sard0r opened this issue May 18, 2022 · 1 comment
Labels
question Further information is requested

Comments

@sard0r
Copy link

sard0r commented May 18, 2022

Good job sir.

I have a question in terms of generating sequneces of poses for action recognition.

Have you tested adding generated data with the real data for action recognition? And if possible does it help.

My second question is about stochastic variation. Does stochastic variation mean if you give noise to the network it will generate different actions?

And how can we generate stochastic actions using Kinetic GAN. I could not found the way to do it.

Thank you

@sard0r sard0r closed this as completed May 20, 2022
@DegardinBruno
Copy link
Owner

Hello @sard0r,

Have you tested adding generated data with the real data for action recognition? And if possible does it help.

Yes, we have, and yes it helps! Good question.

My second question is about stochastic variation. Does stochastic variation mean if you give noise to the network it will generate different actions?

Exactly! You can check on the generator file (Noise injection).

And how can we generate stochastic actions using Kinetic GAN. I could not found the way to do it.

I will soon upload it, but basically, when you use the generate.py file, we are also saving the latent point that originates that specific action, so if you use that point multiple times, you will have slightly different actions. Did I make myself clear?

@DegardinBruno DegardinBruno added the question Further information is requested label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants