Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)**Orin 64G Development kit • DeepStream Version7.0
**• JetPack Version (valid for Jetson only)**Version: 6.0+b87 • TensorRT Version 8.6.2.3-1+cuda12.2
I am testing deepstream_parallel_inference_app.
All installation and building the app finished successfully.
Run the following command has errors.
Just from the log you posted, the high probability is a problem with your system environment. The source code is as below. The gstreamer bin element cannot be created on your system. Please set up your system by referring to jetson-setup step by step.
I tested whether my deepstream has issue using deepstream-app.
My deepstream-app can run peoplenet successfully. So I can say that deepstream sdk installation and system environment are fine. Because I can create primary_gie in deepstream-app.
Could you update your DeepStream to the latest version 7.1 and Jetpack to 6.1? We migrated this project on the latest version deepstream_parallel_inference_app.
[01/13/2025-12:57:25] [E] Engine set up failed
&&&& FAILED TensorRT.trtexec [TensorRT v100300] # trtexec --onnx=./models/peoplenet/1/resnet34_peoplenet_int8.onnx --int8 --calib=./models/peoplenet/1/resnet34_peoplenet_int8.txt --saveEngine=./models/peoplenet/1/resnet34_peoplenet_int8.onnx_b8_gpu0_int8.engine --minShapes=input_1:0:1x3x544x960 --optShapes=input_1:0:8x3x544x960 --maxShapes=input_1:0:8x3x544x960
Building Model Secondary_CarMake...
./tao-converter: error while loading shared libraries: libnvinfer.so.8: cannot open shared object file: No such file or directory
Building Model Secondary_VehicleTypes...
./tao-converter: error while loading shared libraries: libnvinfer.so.8: cannot open shared object file: No such file or directory
All libs inside /usr/lib/aarch64-linux-gnu are version 10. Pls see below screenshot.
I have tried that on my Orin with Jetpack 6.1 and DeepStream 7.1 and it works well.
If you are using our latest DeepStream version and the latest build_engine.sh sample. There are no such command you attached above.