deepstream_tao_apps icon indicating copy to clipboard operation
deepstream_tao_apps copied to clipboard

parsing PeopleSegNet output in deepstream with pyds NvDsObjectMeta.

Open Kotresh17 opened this issue 3 years ago • 0 comments

Hi, I was trying to run PeopleSegNet(V2) model in deep stream, I am able to run the model fine and got the bounding box details but I am not able to access the segmentation mask output. I was trying to access with pyds NvDsObjectMeta.
obj_meta = pyds.NvDsObjectMeta.cast(l_obj.data) but I am not able to get any output from obj_meta.mask_params and I was getting error like. Screenshot (207)

Could someone please help me, how can I access the segmentation mask output.

details: Hardware Platofrm: Tesla T4 DeepStream Version: 6.0 TensorRT Version : 8.0.1 CUDA Version: 11.3 Model and config file : https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps/blob/master/configs/peopleSegNet_tao/pgie_peopleSegNetv2_tao_config.txt

Thanks.

Kotresh17 avatar Apr 27 '22 07:04 Kotresh17