rizkiarm / LipNet

Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
MIT License
635 stars 226 forks source link

Training error for overlapped speakers (exit status 1 error) #35

Closed sf308 closed 6 years ago

sf308 commented 6 years ago

I tried running the training step in the form of python prepare.py [Path to video dataset] [Path to align dataset] [Number of samples]. Below is code I ran(screenshot below): lipnet

These are the parameter I used in my code: [Path to video dataset] - C:\Users\SFeng\Miniconda2\envs\py3k\LipNet\training\overlapped_speakers\datasets\video [Path to align dataset] - C:\Users\SFeng\Miniconda2\envs\py3k\LipNet\training\overlapped_speakers\datasets\align [Number of samples] - 3 I have been using datasets s1, s2 and s3 and below are screenshots of what my align and video directories look like: align video

Is there any problem with the way I have set up my directories?

sf308 commented 6 years ago

Problem solved - Switched to ubuntu