Open RishabhDahale opened 4 weeks ago
Hi,
thank you very much for your attention! ❤️
Solution🔧: Comment out lines 45-82 in style_dubber/modules.py.
Reason: There is no need to load the stats.json file because StyleDubber does not use pitch and energy for prediction. The stats.json file records the min and max values of the dataset pitch and energy.
By the way, if you need to obtain stats.json to improve StyleDubber, you can refer to the data preprocessing process.
We will upload it to Google Drive as soon as possible. maybe within a week.
Thanks for the response, but even after this fix, there are more issues popping up with the inference scripts. Now I'm getting the error
StyleDubber/MultimodalTransformer/src/models_16_5_Face2_same.py", line 68, in __init__ with open( FileNotFoundError: [Errno 2] No such file or directory: '/data/conggaoxiang/dataset/Denoise_version2_all_feature/speakers.json'
I'm trying to replicate the results and none of the inference scrips are working. Can you help me with these error
Thank you for your feedback on the issue. I'm glad to answer this question.
The key to solving the problem is to download the dataset. You could download the data before running code. Because the inference scrips need to load data from the dataset.
The download link for Google Drive should appear as soon as possible, not just Baidu Drive.
Thanks a lot. I'll wait for the google drive download link
Hi,
the dataset has been uploaded to Google Drive, welcome to test it!
V2C GoogleDrive
GRID GoogleDrive
Thanks a lot. Will test it out :-)
Hi there,
I loved the results, and was trying to replicate them. I'm trying to run the Setting3 inference script and have downloaded the checkpoints, but it's giving error that /data/conggaoxiang/dataset/Denoise_version2_all_feature/stats.json file is not present. Can someone please help resolve this? Also, can you provide the Google Drive data download links.
Thanks and regards, Rishabh