auto_avsr icon indicating copy to clipboard operation
auto_avsr copied to clipboard

Auto-AVSR: Lip-Reading Sentences Project

Results 12 auto_avsr issues
Sort by recently updated
recently updated
newest added

Hello, thank you for sharing the code. I would like to repeat your work first. May I ask under what equipment does this code run and how long has it...

Thank you very much for your work. When I used [https://github.com/mpc001/auto_avsr/blob/main/INSTRUCTION.md](url) process my own dataset, an offset occurred. What could be the reason for this? The detector used is mediapipe....

Hello, I noticed that the text information in the LRS3 dataset contains timestamps. What is the main use of these timestamps? Are they used in training? If I want to...

I've tried to run demo with a video for vsr executing the next line: ``` (TT) PS D:\auto_avsr> python demo.py data.modality='audio' pretrained_model_path='.\asr_trlrs3vox2_base.pth' file_path='.\avsr_english_1.mp4' ``` but i got the next error...

Dear author, after conducting unimodal training on video information, I obtained some models. I want to test them for alignment, but during the testing process, I found the following issues:...

Thank you for sharing the code. I am interested in training VSR model (lip_reading) for digit recognition using grid dataset. because the pre-train weights are not perfectly working for digits...

I noticed that there isn't a location to download the videos of the AVSpeech dataset. I understand that you likely took the time to download the videos, trim them, label...

Hi Thank you for sharing the code. For Installing additional packages in step 3.4 I got this error: ERROR: pip's dependency resolver does not currently take into account all the...

When I run: `python train.py exp_dir=D:/pycharmProject/auto_avsr-main/auto_avsr-main/checkpoints exp_name=exp1 data.modality=video data.dataset.root_dir=D:/BaiduNetdiskDownload/pre ` I got this error: `Traceback (most recent call last): File "train.py", line 10, in from datamodule.data_module import DataModule File "D:\pycharmProject\auto_avsr-main\auto_avsr-main\datamodule\data_module.py",...

Does the problem previously posed as a question(https://github.com/mpc001/auto_avsr/issues/20) affect performance? I'm re-training with a newly updated code. Here, as a question, I'm using A100 GPUs(4) to perform training, so I'm...