Skip to content

Python argument types did not match C++ signature #4

@love1323

Description

@love1323

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions