-
Thanks for your work! I am a post student interested in lipreading!!!!
Based on your code ,I have achieved a rather good result as follow:
[Epoch 66] Out of 256 samples: [CER: 0.711 - 0.029] [WER…
-
hello
i run your code,but i don't know your structure of your train data,and your data's process,your readme have not say that.thank you very much
-
Thank you for the great work! I have enjoyed experimenting with the visual lipreading example.
Using the _Inference with the model_ code example in Colab I am able to return text predictions fine w…
-
The line 117 of WebFeatureExtractor "public static void main(String[] args) throws Exception" reports the error "Exception Exception is not compatible with throws clause in Server.main(String[])" .
S…
-
I am running :
`./train unseen_speakers`
1. When I don't do anything regarding vface and face_predictor path.
I get the following error :
`Using all available GPUs.
Using TensorFlow backend.
I…
-
Thanks for this amazing work!
The data pre-processing stages are a bit confusing for me.
Could you please kindly share the processed features? So I am avoid the results difference from the feature…
-
Hi, I'm using the GRID s1 sample videos to train (unseen_speakers) and I'm getting this error.
Any idea?
```
Using all available GPUs.
Using TensorFlow backend.
Enumerating dataset list from …
-
Loading dataset list from cache...
Found 1582 videos for training.
Found 395 videos for validation.
WARNING:tensorflow:From /home/gaozhenzhen/.local/lib/python2.7/site-packages/tensorflow/python/…
-
I'm trying to get decoding result from your avsr-fintuend model (avhubert_pretrained/model/lrs3_vox/avsr/**base_noise_pt_noise_ft_30h**.pt)
(I thought) the configuration is not wrong, but i couldn'…
-
Dear Author ,
Thank you for your amazing work.
I am really interested to inference your model on my custom dataset and currently I am unable to understand the role of the MFA and how to do inf…