We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, when I run handpose.py met
Traceback (most recent call last): File "handpose.py", line 214, in mono_hand_loop(acq, (640,480), config, track=True, with_renderer=True) File "handpose.py", line 113, in mono_hand_loop rgbKp = IK.Observations(IK.ObservationType.COLOR, clb, keypoints) Boost.Python.ArgumentError: Python argument types in Observations.init(Observations, ObservationType, CameraMeta, numpy.ndarray) did not match C++ signature: init(_object*, ObservationType, MBV::Core::CameraMeta, cv::Mat, float, int) init(_object*, ObservationType, MBV::Core::CameraMeta, cv::Mat) init(_object*) init(_object*)
my environment: python 3.5 numpy 1.16 opencv-python 3.4.3
The text was updated successfully, but these errors were encountered:
It looks like the issue is on the boost python defined type conversions. Have you imported PyMBVCore in your script?
Sorry, something went wrong.
No branches or pull requests
Hello,
when I run handpose.py met
Traceback (most recent call last):
File "handpose.py", line 214, in
mono_hand_loop(acq, (640,480), config, track=True, with_renderer=True)
File "handpose.py", line 113, in mono_hand_loop
rgbKp = IK.Observations(IK.ObservationType.COLOR, clb, keypoints)
Boost.Python.ArgumentError: Python argument types in
Observations.init(Observations, ObservationType, CameraMeta, numpy.ndarray)
did not match C++ signature:
init(_object*, ObservationType, MBV::Core::CameraMeta, cv::Mat, float, int)
init(_object*, ObservationType, MBV::Core::CameraMeta, cv::Mat)
init(_object*)
init(_object*)
my environment:
python 3.5
numpy 1.16
opencv-python 3.4.3
The text was updated successfully, but these errors were encountered: