I was able to integrate the nvyolo plugin with DS3 app and im able to see the detections.
Now i want to add the secondary classifiers to the pipeline and im not able to get a correct solution for it.
Thanks.
I was able to integrate the nvyolo plugin with DS3 app and im able to see the detections.
Now i want to add the secondary classifiers to the pipeline and im not able to get a correct solution for it.
Thanks.
For clarity, do you mean the deepstream-app ? If yes, where in the pipeline did you add the yolo plugin ?
If you want to use yolo for primary inference with secondary classifiers, i would suggest you try this approach - https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/tree/master/yolo/samples/objectDetector_YoloV3
Create an engine file and use the NvInfer plugin to perform your inference instead of the nvyolo plugin. You can now enable the secondary classifiers through the deepstream-app config file.