yolov2 as primary with resnet18 secondary gie

what is the best way to integrate yolov2 as primary detector with the default resnet18 secondary classifiers. I have gone thorough and successfully used the deepstream-yolo-app as a custom gie. what are the steps to add the resnet 18 secodary gie’s to this?

Hi,

You can add multiple nvinfer plugins after the yolo plugin to perform classification operations. You can have a look at deepstream-test2 app which implements a similar pipeline.

The full pipeline would look like this -

source->h264parser->decoder->vidconv->yolo->sgie1->sgie2->sgie3->osd->sink