LipNet icon indicating copy to clipboard operation
LipNet copied to clipboard

Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'

Results 75 LipNet issues
Sort by recently updated
recently updated
newest added

if self.sentence_length > 0: AttributeError: 'Curriculum' object has no attribute 'sentence_length' Epoch 0: Curriculum(train: True, sentence_length: -1, flip_probability: 0.5, jitter_probability: 0.05)

Hello everyone, today i meet a lot of problems with LipNet deploy, such as ![image](https://user-images.githubusercontent.com/71713499/117264105-93365300-ae5b-11eb-84ae-e489a82c3ce0.png) 1. Old versions of tensorflow, matplotlib, scipy and a lot of. In this case you...

Thanks @rizkiarm for sharing this great work. but I have a question please, Is there any way to use this model on real time prediction on _webcam_ camera? or it...

I just want to use the pre-trained model on the browser with Tensorflow.js... How should I do this? I appreciate any help!

- Why is the format of prediction as well for training defined as command(4) + color(4) + preposition(4) + letter(25) + digit(10) + adverb(4). - Will it work for any...

When we pass a new video to the model for prediction with pretrained weights, I guess it comes down to this part of the [code](https://github.com/rizkiarm/LipNet/blob/master/lipnet/model2.py): ./predict evaluation/models/overlapped-weights368.h5 bbaf1n.mpg def predict(self,...

I face following error when i train my model on unseen speaker train.py 1- TypeError: 'threadsafe_iter' object is not an iterator 2-ValueError: output of generator should be a tuple `(x,...

Video should be 360*288 2 seconds 25frame?? If Video isn't 2sec, occur problem??

it seems that this should be run on python 2, please add in read me if so