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
Boost.Python.ArgumentError: Python argument types in
OpenPose.detectHands(OpenPose, NoneType, numpy.ndarray)
did not match C++ signature:
detectHands(class OpenPoseWrapper {lvalue}, class cv::Mat, class cv::Mat)
detectHands(class OpenPoseWrapper {lvalue}, class cv::Mat)
Does anyone know the reason or how to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered:
When I am using OpenPose.detectHands():
It gives an error:
Boost.Python.ArgumentError: Python argument types in
OpenPose.detectHands(OpenPose, NoneType, numpy.ndarray)
did not match C++ signature:
detectHands(class OpenPoseWrapper {lvalue}, class cv::Mat, class cv::Mat)
detectHands(class OpenPoseWrapper {lvalue}, class cv::Mat)
Does anyone know the reason or how to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered: