TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
https://voca.is.tue.mpg.de/en
1.15k stars 273 forks source link

New audio input, Segmentation fault (core dumped) error #61

Open yangmingwanli opened 3 years ago

yangmingwanli commented 3 years ago

Hi Timo, The demo run OK with provided audio sequence. But when using a self recorded audio file (native English, mono channel, same sample rate and bit rate .wav file), it run into error shown below.

snippet of log showing the difference

Any suggestions on what's causing this? Thanks!

12345data commented 3 years ago

@yangmingwanli The issue can be raised due to multiple cases. I have got the same due to ffmpeg version issues and gpu driver/cuda issues. Checking the proper version of these may solve your issue. I have used different self made audios and all are working fine.

valmil2000 commented 1 year ago

Hi @12345data I am currently trying to include my own audio files. However, unfortunately I am not able to do so. Could you tell me how exactly to retrain on your own data? I'd appreciate any help. Cheers!