Hi, I was trying to run PeopleSegNet(mrcnn) model from deepstream_tao_apps in deep stream. I was able to generate model engine file and I was able to get the bounding box coordinates. I am not able to get the mask details. I was trying to access those with NvDsObjectMeta. I am getting the following error. could you please help us how to access the segmentation mask.
TypeError: Unable to convert function return value to a Python type! The signature was
(self: pyds.NvDsObjectMeta) → _NvOSD_MaskParams
- Config file used: deepstream_tao_apps/pgie_peopleSegNetv2_tao_config.txt at master · NVIDIA-AI-IOT/deepstream_tao_apps · GitHub
- Hardware Platform (GPU) : Tesla T4
- DeepStream Version : 6.0
- TensorRT Version : 8.0.1
Thanks