Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error with boost version==1.65.1 #102

Open
ronakgupta opened this issue Jul 24, 2020 · 0 comments
Open

Getting error with boost version==1.65.1 #102

ronakgupta opened this issue Jul 24, 2020 · 0 comments

Comments

@ronakgupta
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant