deepstream_tao_apps icon indicating copy to clipboard operation
deepstream_tao_apps copied to clipboard

No data in gst-dsexample plugin for deepstream_bodypose2d example

Open rahulsharma11 opened this issue 4 years ago • 0 comments

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.

rahulsharma11 avatar Dec 01 '21 11:12 rahulsharma11