Please provide complete information as applicable to your setup.
**• Hardware Platform: Jetson
**• DeepStream Version:6.0.1 • JetPack Version (valid for Jetson only)
**• TensorRT Version:8.2
Deepstream6.0.1 how to modify the python API obj_label information, or what is selective in the output shown in part the result of the reasoning results, for example: reasoning out someone and car, I just want to only show people in the output screen as a result, the need to do.
The simpler method is to use a model that only detects people.
If you want to delete the other object in the image, you need to traverse all the display meta and delete the other objects except people.
Could you try to set the filter-out-class-ids first?
For example, if the class-id of person in your demo is 0. You can set that to filter-out-class-ids=0;.