rizkiarm / LipNet

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

Error Loading video #36

Closed sf308 closed 6 years ago

sf308 commented 6 years ago

Have any of you experienced this problem? I was compliling training data for s1, s2 and s3 for random_split using the command ./train random_split but I am getting responses saying "error loading video". capture

I recently added the following line to RandomSplitGenerator in the train.py file to solve the size issue: "vtype = "face", face_predictor_path='home\souheil\LipNet\common\predictors\shape_predictor_68_face_landmarks.dat',"

However I am still experiencing errors. Have any of you experience this problem?

sf308 commented 6 years ago

I've realised that I am getting an error saying in another script saying "Unable to open home/souheil/LipNet/common/predictors/shape_predictors/shape_predictor_68_face_landmarks.dat" so this may be the problem.

sf308 commented 6 years ago

Problem sorted!

gzz666 commented 5 years ago

@sf308 ,Hey,can you tell me how to solve this problem? thanks