amirbar / speech2gesture

code for training the models from the paper "Learning Individual Styles of Conversational Gestures"
370 stars 44 forks source link

Random noise in Generator #2

Closed yzhou359 closed 5 years ago

yzhou359 commented 5 years ago

Hello Amir,

Does your generator provide any random noise as input? or it generates the same pose based on the same audio input? I'm working on a similar sequence generation project. I'm curious how you put the randomness into sequence.

Thanks.

amirbar commented 5 years ago

In the current implementation we do not condition on any randomness. However, I believe it may be useful in future work, as for any particular speech sequence we believe there could be few possible gestures.