rizkiarm / LipNet

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

Python 3.x: Compilation error (video files not found) #23

Open farhansajid opened 6 years ago

farhansajid commented 6 years ago

Dear rizkiarm,

I have compiled the code after conversion it to Python 3.x. The compilation process is successful but video file not found the error is being reported. The screenshot is attached for the reference. Please help to resolve this problem. PyCharm is being used as IDE.

lipneterror

Yuren-Zhong commented 6 years ago

I have encountered the same problem.

I tried this code on Ubuntu with python2.7. I found that prepare.py created soft links of videos, this may cause errors. What I do to solve this problem is to modify prepare.py, so that it creates copies rather than soft links of vfideos.

starhiking commented 5 years ago

@farhansajid Did you fix it? Does it work(python3.x)? Can you share me a copy?