How to solve the error when running the deepstream_parallel_inference_app

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Tesla T4
• DeepStream Version
Deepstream 6.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
Tensorrt 8.5.0.2
• NVIDIA GPU Driver Version (valid for GPU only)

• Issue Type( questions, new requirements, bugs)
I have built the docker container basing on the deepstream6.1-triton to test the deepstream_parallel_inference_app, and got the error when setting two cameras with three models as bellow:

and sometimes get another error as below:

I feel confused about it. Hope someone can help to solve it, thanks in advance!

Could you attach your run command? Also you can update your deepstream version to 6.3 and have a try.

I compile the deepstream_paraller_inference_app, and run the command: deepstream_paraller_inferece_app -c xxx.yml , and found it success at first. And I add new model to expand detect targets but got such error. I don’t know why cause such error?

This may be a problem with your new model. You can try to deploy your new model with our simple demo first: opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-test1\deepstream_test1_app.c . After the model runs successfully, you can deploy it on the parallel demo.

Thanks for your reply. We have checked the model successfully.
It seems the error caused by the setting in source4_1080p_dec_parallel_infer.yml or the dstest5_msgconv_sample_config.yml. Because I fallback the setting of these two files, the procedure run without any problem.
By the way, I want to distinguish which device the kafka msg comes from when setting mutil sources. Should I just modify the dstest5_msgconv_sample_config.ym by the id content as below:
微信图片_20230828104313

We got some core.xxx files when the error occured. And I try to debug these files. Here is the snapshoot when checking the core.xxx file:

I‘m not clear how to continue to get more detail. Could you pls give some advice, thanks !

Could you attach the diff of your modify? Since our deepstream-app is open source. You can add some log information to debug it yourself.

opt\nvidia\deepstream\deepstream\sources\apps\apps-common\src\deepstream-yaml\deepstream_source_yaml.cpp

I did not modify anything in deepstream_source_yaml.cpp。 But just modify the source code of deepstream_parallel_infer_app.cpp at line 1360:

And I change the app name in Makefile to yrvideo。
I found this error would occur when modify the setting yaml file of source4_1080p_dec_parallel_infer.yml. It seems the file can not be parsed correctly.

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

Yes. What do you modify to the file source4_1080p_dec_parallel_infer.yml? Also you can debug it yourself in the code I attached before.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.