├── 1_convert_25fps.py ├── 2_crop_video.py ├── 3_segment.py ├── 4_detection.py ├── 5_create_filelist.py ├── 6_au_sync.py ├── 7_to_mel.py ├── README.md ├── audio.py └── hparams.py /1_convert_25fps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/1_convert_25fps.py -------------------------------------------------------------------------------- /2_crop_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/2_crop_video.py -------------------------------------------------------------------------------- /3_segment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/3_segment.py -------------------------------------------------------------------------------- /4_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/4_detection.py -------------------------------------------------------------------------------- /5_create_filelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/5_create_filelist.py -------------------------------------------------------------------------------- /6_au_sync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/6_au_sync.py -------------------------------------------------------------------------------- /7_to_mel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/7_to_mel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/README.md -------------------------------------------------------------------------------- /audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/audio.py -------------------------------------------------------------------------------- /hparams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghiakvnvsd/wav2lip_data_preprocessing/HEAD/hparams.py --------------------------------------------------------------------------------