DeepStream-Yolo-Pose icon indicating copy to clipboard operation
DeepStream-Yolo-Pose copied to clipboard

Unable to convert function return value to a Python type! The signature was

Open Mangesh1996 opened this issue 1 year ago • 3 comments

ile "deepstream.py", line 88, in parse_pose_from_meta num_joints = int(obj_meta.mask_params.size / (sizeof(c_float) * 3)) TypeError: Unable to convert function return value to a Python type! The signature was (self: pyds.NvDsObjectMeta) -> _NvOSD_MaskParams

Mangesh1996 avatar Sep 05 '23 07:09 Mangesh1996

What's your DeepStream version?

marcoslucianops avatar Sep 05 '23 13:09 marcoslucianops

i got this error too

in parse_pose_from_meta num_joints = int(obj_meta.mask_params.size / (sizeof(c_float) * 3)) TypeError: Unable to convert function return value to a Python type! The signature was (self: pyds.NvDsObjectMeta) -> _NvOSD_MaskParams

with deepstream 6.1

willosonico avatar Oct 19 '23 17:10 willosonico

solved by installing pyds 1.1.8, my version was 1.1.3

willosonico avatar Oct 20 '23 09:10 willosonico