speech2gesture icon indicating copy to clipboard operation
speech2gesture copied to clipboard

code for training the models from the paper "Learning Individual Styles of Conversational Gestures"

Results 13 speech2gesture issues
Sort by recently updated
recently updated
newest added

Hi, thank you so much for your work! I met some problems reproducing your work. Many pre-trained models are missing in google drive. All of them do not have `data-00000-of-00001`...

I notice that the loss function of the discriminator is mse. In my view, cross-entropy is a commonly used loss function in binary classification tasks in discriminator. So I wanna...

hi and thanks for this work . Could you please give me the script or tell me how did you build this data set?i am trying to build similar data...

Thank you for the data you collected. However, I encountered some problems in getting the data. We noticed that the videos of "Rock" is currently unavailable for download. I also...

Hi I tried to run this: python -m audio_to_multiple_pose_gan.predict_audio --audio_path /content/parte1_2.wav --output_path /content/ --checkpoint ????? --speaker angelica -ag audio_to_pose_gans --gans 1 I have problems with checkpoints! because in the given...

After predicting ,how can I get the video of real man?

According to the file `common/consts.py`, we know that ``` SR = 16000 AUDIO_SHAPE = 67267 FPS = 15 FRAMES_PER_SAMPLE = 64 ``` From the first three constants, we can compute...

Installing packages: conda env create x python=3.6 conda activate x conda install --file requi* -y Download audio: youtube-dl https://www.youtube.com/watch?v=6IdXEOdRxPs -x --audio-format wav Errors and solutions: - ModuleNotFoundError: No module named...

Could you please explain about how to get SPEAKER_CONFIG params in consts.py? It seems these params are uesd to normalize the keypoints, but i am confused about how these params...

Hi, Thank you for your great work. In the paper you mentioned that you train for 300K/90K iterations with and without an adversarial loss, respectively, to achieve the results presented...