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
Traceback (most recent call last):
File "/home/dell/LipNet/evaluation/predict.py", line 60, in
video, result = predict(sys.argv[1], sys.argv[2])
File "/home/dell/LipNet/evaluation/predict.py", line 27, in predict
video.from_video(video_path)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 121, in from_video
self.handle_type(frames)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 132, in handle_type
self.process_frames_face(frames)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 138, in process_frames_face
predictor = dlib.shape_predictor(self.face_predictor_path)
Boost.Python.ArgumentError: Python argument types in
shape_predictor.init(shape_predictor, str)
did not match C++ signature: init(boost::python::api::object, std::string) init(_object*)
Please provide the version of boost library that is consistent with the given versions of other libraries in the setup (setup.py)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/dell/LipNet/evaluation/predict.py", line 60, in
video, result = predict(sys.argv[1], sys.argv[2])
File "/home/dell/LipNet/evaluation/predict.py", line 27, in predict
video.from_video(video_path)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 121, in from_video
self.handle_type(frames)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 132, in handle_type
self.process_frames_face(frames)
File "/home/dell/LipNet/lipnet/lipreading/videos.py", line 138, in process_frames_face
predictor = dlib.shape_predictor(self.face_predictor_path)
Boost.Python.ArgumentError: Python argument types in
shape_predictor.init(shape_predictor, str)
did not match C++ signature:
init(boost::python::api::object, std::string)
init(_object*)
Please provide the version of boost library that is consistent with the given versions of other libraries in the setup (setup.py)
The text was updated successfully, but these errors were encountered: