DeepStream-Yolo-Pose
DeepStream-Yolo-Pose copied to clipboard
Unable to convert function return value to a Python type! The signature was
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
What's your DeepStream version?
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
solved by installing pyds 1.1.8, my version was 1.1.3