DeepStream Version - 7.0
Docker Image - nvcr.io/nvidia/deepstream:7.0-gc-triton-devel
GPU - RTX A6000
NVIDIA GPU Driver - 535.183.01
In my pipeline, I have a nvtracker plugin after nvinfer and inside my nvinfer src probe function I’m using the following line
pyds.nvds_remove_obj_meta_from_frame(frame_meta, obj_meta)
to eliminate certain objects based on some condition.
Will this remove these objects from the entire pipeline downstream?
Will nvtracker now only operate on the subset of filtered out objects?