Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

parsing PeopleSegNet output in deepstream with pyds NvDsObjectMeta. #63

Open
Kotresh17 opened this issue Apr 27, 2022 · 0 comments
Open

Comments

@Kotresh17
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant