Dancing2Music
Dancing2Music copied to clipboard
Unicode Decode Error with input audio file - preprocess module
Hi,
I'm trying to execute the demo.py according to your specifications, but I'm getting the following warning and errors from preprocess module:
preprocess: warn: defaulting content type for 'demo/demo.wav' to 'Text'
File "demo.py", line 70, in
Is the audio file supposed to be transformed or at least internally considered as text? Is this transformation related to the UnicodeDecodeError? @HsinYingLee
I've tried a few things and nothing worked, so I assume I'm not using the correct preprocess module. Could you share it with us?
@netolcc06 Did you find their dataset? I did not find the dataset.
@sunyasheng dataset http://vllab.ucmerced.edu/hylee/Dancing2Music/script.txt
@netolcc06 were you able to get the inference demo working?
@xiaodongyang is the preprocess module correct?
@ak9250 What errors did you get?
@xiaodongyang see https://github.com/NVlabs/Dancing2Music/issues/1#issuecomment-626378974
I have the same error! If I create a conda environment with python 2.7 I can install the correct preprocess module with "pip install preprocess"... after that I have other modules conflict problem
Hi all, The preprocess code is adopted from the Obama Libsync project. The proprocess.py and mfcc_rev.py can be found there.