lipnet icon indicating copy to clipboard operation
lipnet copied to clipboard

A Keras implementation of LipNet

Results 5 lipnet issues
Sort by recently updated
recently updated
newest added

how much computation power require to run this code ?

Hi! @osalinasv I would love to use your project, but I cannot clone. I get this error. Can you perhaps advise? Thank you! ![image](https://user-images.githubusercontent.com/39579959/120007324-75838600-bfe2-11eb-9def-62eb4607d8cf.png) ![image](https://user-images.githubusercontent.com/39579959/120007349-7ae0d080-bfe2-11eb-80bd-55153fd7e905.png)

Hello I am new to this kinda projects and had a small doubt, possibly stupid. So the model you've trained will it be able to classify any person's lip movement...

`Traceback (most recent call last): File "train.py", line 154, in main() File "train.py", line 88, in main train(name, config) File "train.py", line 119, in train use_multiprocessing=True File "/root/anaconda3/envs/lip/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91,...

I'm getting the following error: ModuleNotFoundError: No module named 'common.files' I know the folder common is there, but I don't know why it's complaining about. Can't figure it out about...