Restricting classes in deepstream

Please provide complete information as applicable to your setup.

My question is general use case that is why haven’t filled the specific versions of the software and setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi

Suppose the model was trained with few classes e.g. person, car, dog, cat. During inference through deepstream would it be possible restrict inference to 1 or specific class only (assuming objects from all classes are present in picture or video)?

Many thanks.

No, but I think you can remove the classes you don’t need from the meta data.