• Hardware Platform (Jetson / GPU) → dGPU aws T4
• DeepStream Version → 6.4
• TensorRT Version ->8.6
I am trying to get DINO with deepstream, we need only few classes from coco dataset not all 91 only 9, how can we get this done. There were information regarding Configurable number of detected classes (detectors) in Gst-nvinfer — DeepStream documentation 6.4 documentation . Can you provide information regarding how to use this feature/plugin.
Thank you.
C. Meenambika
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
“num-detected-classes” parameter should be exactly equal to the model supported classes number. There is no class selection feature in current gst-nvinfer plugin. The gst-nvinfer is open source, you may add this feature by yourself.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.