setup as below • Hardware Platform (Jetson / GPU) GPU • DeepStream Version: 5.0 • TensorRT Version: 7.0 • NVIDIA GPU Driver Version (valid for GPU only): 1650
Gst NvTracker takes the Nvds batch meta as input and produces Modified meta data as output. My requirement is that i want to replace NvTracker with custom tracker, for which i want to use the same input as Nvtracker to processed by custom tracker. How can i extract it?
My deepstream application is in python, in which i want to call custom tracker function on feature vectors of detected objects from PGIE. Is there any property to extract these feature vectors from Nvds batch meta input to process.