VIPL-Audio-Visual-Speech-Understanding / learn-an-effective-lip-reading-model-without-pains

The PyTorch Code and Model In "Learn an Effective Lip Reading Model without Pains", (https://arxiv.org/abs/2011.07557), which reaches the state-of-art performance in LRW-1000 dataset.
152 stars 37 forks source link

run script/prepare_lrw1000.py ,no file generated in the folder LRW1000_Public_pkl_jpeg #10

Closed sodapeter closed 3 years ago

sodapeter commented 3 years ago

After run script/prepare_lrw1000.py, generated LRW1000_Public_pkl_jpeg folder , and trn ,tst ,val folder in it.

but nothing in these folders.

Ritian-Li commented 3 years ago

I met the same problem, did u solve it?

Fengdalu commented 3 years ago

script/prepare_lrw1000.py checks all video and audio files. That means you may need to unzip the downloaded dataset properly (audios and videos).

Fengdalu commented 3 years ago

see issue #11