deepstream_tao_apps
deepstream_tao_apps copied to clipboard
No data in gst-dsexample plugin for deepstream_bodypose2d example
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.