marcoslucianops / DeepStream-Yolo-Pose

NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 application for YOLO-Pose models
MIT License
109 stars 25 forks source link

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

Open Mangesh1996 opened 10 months ago

Mangesh1996 commented 10 months ago

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

marcoslucianops commented 10 months ago

What's your DeepStream version?

willosonico commented 8 months ago

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 commented 8 months ago

solved by installing pyds 1.1.8, my version was 1.1.3