lipreading-by-convolutional-neural-network-keras icon indicating copy to clipboard operation
lipreading-by-convolutional-neural-network-keras copied to clipboard

demo code for lip reading

Results 7 lipreading-by-convolutional-neural-network-keras issues
Sort by recently updated
recently updated
newest added

would you mind priovide the complete files contianed in this project?I have met a question:**Using TensorFlow backend. WARNING:tensorflow:From /home/eric/PycharmProjects/lip-reading-cnn-lstm/venv/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:321: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead. WARNING:tensorflow:From /home/eric/PycharmProjects/lip-reading-cnn-lstm/venv/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:634:...

Hey! Since you haven't uploaded this file here (I'm guessing it's too large) please provide the link to download it.

Whenever I run main.py I get: Traceback (most recent call last): File "main.py", line 9, in import faceAlignment as fa File "/Users/f/Desktop/lip/faceAlignment.py", line 155, in img_ref, landmark_ref = read_im_and_landmarks(REFERENCE_PATH) File...

dear author, would you mind providing the kink of weights-VggFinetune-17-0.65.f5 file? The last link is unreachable .

In main.py, I'm curious about how the `heardEnter()` method is working. When will it ever return true? In my case, I get `frames: 999 heardEnter: False record_index: -1` for 999th...

Hello Can I know the reference paper you used to build this