NVIDIA-AI-IOT / deepstream_tao_apps

Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
MIT License
377 stars 96 forks source link

No data in gst-dsexample plugin for deepstream_bodypose2d example #54

Open rahulsharma11 opened 2 years ago

rahulsharma11 commented 2 years ago

Hi, I tested bodypose2d example. Its running fine. i modified it so that dsexample plugin can be used along with it.

When i enable dsexample plugin, i found no data inside "batch_meta->frame_meta_list" loop. Total detected objects are 0.

I can see the API "nvds_add_2dpose_meta" is being used to attach the user_meta data in each object and followed by "nvds_add_obj_meta_to_frame" API to attach the obj data to frame. But why i am not getting any data in dsexample plugin?

Thanks.