Closed ValerianFourel closed 4 months ago
Thank you for reaching out and for your interest in the code.
The error you're encountering suggests that there may be an issue with the raw data setup. Specifically, it looks like the script is not finding the required data files in the expected directories.
From the log snippet:
[RAW PATHS] Eng/ total bvhs: 1 / 1 , Eng/ total wavs: 0 / 0 , Eng/ total texts: 0 / 0 , Eng/ total face jsons: 0 / 0 , all raw emotions: 0 , all raw semantics: 0
[RAW PATHS] All modalities available for takes: 0 in English only rawdata.
It appears that while BVH files are present, other required files such as WAVs, Texts, JSONs, Emotions, and Semantics are missing. This discrepancy is causing the script to fail with an IndexError
.
Please ensure that you follow the instructions in the download section of our webpage to correctly set up your data. Specifically:
The error IndexError: list index out of range
occurs because the script expects lists to have data, but in this case, the lists are empty due to the missing files.
Hello Thank you for the code release: I was wondering why this error occur after launching
python main.py --fn train_audio