rizkiarm / LipNet

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

Getting error with boost version==1.65.1 #102

Open ronakgupta opened 3 years ago

ronakgupta commented 3 years ago

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)