• Hardware Platform (Jetson / GPU): Xavier NX
• DeepStream Version: 5.0.1
• JetPack Version (valid for Jetson only): 4.5
• TensorRT Version: 7.1.3
• Issue Type( questions, new requirements, bugs): questions
Hi everybody,
I need to combine pose estimation and yolo on the deepstream now. I already ref the article, and I can use yolo or pose estimation Individually.
Nevertheless, I still don’t understand how to combine them.
Whether to use primary_gie and secondary-gie0 for solving the problem?
Because I add pose estimation to [primary-gie] config, and yolo to [secondary-gie0] config, but secondary-gie0 don’t run successfully.
Or can I use two primary_gie for solving the problem?
Can I ref which problem or article? I can’t understand the using methods of [primary-gie] between [secondary-gie0].
The following is my code and the config.
code.zip (9.7 KB)