-
Hi, thanks for sharing your code! While evaluating the code by pertained model, the following error raised:
Traceback (most recent call last):
File "main.py", line 261, in
main()
File "ma…
-
I think I managed to connect your project to a stream from a webcam, and I got it reasonably correct: it works on my machine and seems to produce outputs that somewhat resemble the words that I'm pron…
dniku updated
2 years ago
-
Hi,
The [LRW-1000](https://vipl.ict.ac.cn/view_database.php?id=14) seems invalid.
Could you keep it open please?
-
I noticed that the open source model in Ref 1 is based on the TensorFlow framework, have you converted this open source model to the PyTorch framework? In addition, the model in Ref 1 was trained with…
-
I've trained the model for up to 200 thousands epoch, but the sdr performence is only 7.4 in unseen_unheard_test set. **It is wondered how long the model has been training in paper.** Due to the lim…
-
Hi,
I'm trying to compile main and I get the IndexError.
My datasets folder consists of only the ABOUT folder(npz format) due to memory restrictions and my labels folder only the txt provided with o…
-
Hi, thank you for your great work on lipreading.
I want to implement this model on 2 GPUs, and I used **nn.DataParallel** to do it. But there have some problems in the function **__average_batch()_*…
-
Hello,
probably a stupid question but in the main function I want to use the pretrained model (.pth.tar) format since I dont have a model in json . Do I necessarely have to use a json model in order …
-
Hi,
Thanks for providing the code and pre-trained models. Currently, I would like to evaluate the model using some wild videoes, instead of the testing set provided by the LRW dataset. Would you pl…
-
Hi, I am very interested in the work of your team, and I have a few questions
1. On LRW1000, you need to choose 40 frames for a word, so do I need to adjust it according to the speech rate when testi…