Simultaneous segmentation and detection using App5

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Xavier
• DeepStream Version
5.1
• JetPack Version (valid for Jetson only)
4.5
• TensorRT Version
default
• NVIDIA GPU Driver Version (valid for GPU only)
default
• Issue Type( questions, new requirements, bugs)
questions
• 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)
providing an example
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I would like to know if I can make app5 + messagebroker to infer the video segmentation and object detection simultaneously and show the output with just one sink. if yes, How we can implement this on app5

Regards

What do you mean by this description? Do you want to show detected bbox and segmentation result in the same video?

Yes, I want to show them in a same video output while running app5 using the Yolo4 and MaskRCNN or any other segmentation algorithm. Can I use the nvinfer 1 (detection) + nvinfer 2 (segementation) back to back or in parallel? How I should do that?