I tried this repo https://github.com/NVIDIA-AI-IOT/deepstream_parallel_inference_app for a parallel inference app using 2 models. I want to integrate the bodypose_yolo with deepstream_app.c in deepstream app. Is that possible to do so? If yes, could you please help me out with or even share a sample code I could refer to?
I want to integrate the parallel app branches in deepstream_app.c. Like the bodypose2D and yolov4 detection inference going on parallel to each other in the same pipeline in deepstream_app.c instead of this parallel-app repo
Which deepstream test app is it similar to? I couldn’t see similar function between deepstream_app.c and deepstream_parallel_infer_app.cpp. For example, where is the write_kitti_output written here to save the txt files?
They are different samples while they are written by the same interfaces in /opt/nvidia/deepstream/deepstream/sources/apps/apps-common. If you want any function in deepstream-app, you can port the same function to GitHub - NVIDIA-AI-IOT/deepstream_parallel_inference_app.
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