You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can any one help me to solve this problem ??
!python predict.py evaluation/models/overlapped-weights368.h5 evaluation/samples/id2_vcd_swwp2s.mpg
2021-08-05 21:48:07.043957: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0
Loading data from disk...
Traceback (most recent call last):
File "predict.py", line 60, in
video, result = predict(sys.argv[1], sys.argv[2])
File "predict.py", line 27, in predict
video.from_video(video_path)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 121, in from_video
self.handle_type(frames)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 132, in handle_type
self.process_frames_face(frames)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 138, in process_frames_face
predictor = dlib.shape_predictor(self.face_predictor_path)
RuntimeError: Unable to open /content/drive/My Drive/Colab Notebooks/LipNet-master/../common/predictors/shape_predictor_68_face_landmarks.dat
The text was updated successfully, but these errors were encountered:
can any one help me to solve this problem ??
!python predict.py evaluation/models/overlapped-weights368.h5 evaluation/samples/id2_vcd_swwp2s.mpg
2021-08-05 21:48:07.043957: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0
Loading data from disk...
Traceback (most recent call last):
File "predict.py", line 60, in
video, result = predict(sys.argv[1], sys.argv[2])
File "predict.py", line 27, in predict
video.from_video(video_path)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 121, in from_video
self.handle_type(frames)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 132, in handle_type
self.process_frames_face(frames)
File "/content/drive/My Drive/Colab Notebooks/LipNet-master/lipnet/lipreading/videos.py", line 138, in process_frames_face
predictor = dlib.shape_predictor(self.face_predictor_path)
RuntimeError: Unable to open /content/drive/My Drive/Colab Notebooks/LipNet-master/../common/predictors/shape_predictor_68_face_landmarks.dat
The text was updated successfully, but these errors were encountered: