Wav2Lip icon indicating copy to clipboard operation
Wav2Lip copied to clipboard

Training stuck

Open rohaantahir opened this issue 2 years ago • 6 comments

Hi! I am trying to train the model using LRS2 dataset. The steps I followed are

  1. Download the dataset
  2. Concatenate the files
  3. Extract it to the directory
  4. I pasted the (train, val, test) .txt from lrs2 in filelists directory.
  5. preprocess it using "python preprocess.py --data_root data_root/main --preprocessed_root lrs2_preprocessed/" command when I tried to start training the syncnet model it stuck in this point. same thing happens when I tried to run the original model training with pretrained sycnet model. The output where it stucks is below:

image

Kindly let me know whats the issue as I followed all the steps mentioned in the readme file.

rohaantahir avatar Sep 01 '22 11:09 rohaantahir

@Rudrabha any update regarding this

rohaantahir avatar Sep 13 '22 11:09 rohaantahir

@Rudrabha any comments on this i am facing the same issue

PrateekPal641 avatar Oct 08 '22 19:10 PrateekPal641

Probably it means that getitem method of dataset class fails to find / read your data

NikitaKononov avatar Nov 05 '22 12:11 NikitaKononov

Hi! I am trying to train the model using LRS2 dataset. The steps I followed are

  1. Download the dataset
  2. Concatenate the files
  3. Extract it to the directory
  4. I pasted the (train, val, test) .txt from lrs2 in filelists directory.
  5. preprocess it using "python preprocess.py --data_root data_root/main --preprocessed_root lrs2_preprocessed/" command when I tried to start training the syncnet model it stuck in this point. same thing happens when I tried to run the original model training with pretrained sycnet model. The output where it stucks is below:

image

Kindly let me know whats the issue as I followed all the steps mentioned in the readme file.

what does "Conf' mean in the .txt of the mvlrs_v1?

sample:

00001.txt Text: WHEN YOU'RE COOKING CHIPS AT HOME Conf: 4

wllps1988315 avatar Dec 08 '22 09:12 wllps1988315

Hi , any update on this will be helpful ! I am training on the custom dataset and facing the same issue.

Also it will be helpful , if any example what will be in train.txt file.

Thank you

Girish35897 avatar Sep 15 '23 14:09 Girish35897

any updates facing the same issue and kindly also explain the structure of root dataset and processed dataset and what must be in txt files

aditi-916 avatar Jan 12 '24 06:01 aditi-916