Rudrabha / Lip2Wav

This is the repository containing codes for our CVPR, 2020 paper titled "Learning Individual Speaking Styles for Accurate Lip to Speech Synthesis"
MIT License
692 stars 152 forks source link

Dataset Downloading Error #8

Closed AvivSham closed 4 years ago

AvivSham commented 4 years ago

Hi All, Thank you very much for this project! I tried to run sh download_speaker.sh Dataset/chem but it seems there is a problem downloading the videos from youtube. This is the error I'm getting:

Downloading Train set of chem
[youtube] rvPHWWNYC0I: Downloading webpage
[youtube] rvPHWWNYC0I: Downloading video info webpage
ERROR: rvPHWWNYC0I: YouTube said: This video is unavailable.

which stops the training set download process, the same happens for val/test sets. I tried to check if it is possible to see the video directly from Youtube's website and indeed it is possible (so the video exists).

Thank you in advance.

prajwalkr commented 4 years ago

Please update your youtube-dl package and try again:

pip install --upgrade youtube-dl

AvivSham commented 4 years ago

I have done the following:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install youtube-dl

didn't work for me :/

prajwalkr commented 4 years ago

Please update your youtube-dl package and try again:

pip install --upgrade youtube-dl

Please do this and re-open the issue if it does not solve your problem.