Tracking object detected using Gst-nvinferserver by Gst-nvtracker

I have a gstreamer pipeline which uses a gst-nvinferserver plugin in primary mode and does smoke detection. I have added code to probe the pad of this plugin and parse the detected smoke objects saved in the NvDsInferTensorMeta. I then added these objects to NvDsObjectMeta to be accessed seamlessly by other custom downstream plugins.

If I have a gst-nvtracker downstream in the same pipeline, can this tracker track the smoke detected objects in the NvDsObjectMeta as it would with gst-nvinfer primary models.

1 Like