Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson Orin NX
• DeepStream Version
DeepStream 7.0
• JetPack Version (valid for Jetson only)
JetPack 6.0
• TensorRT Version
TensorRT 8.6.2.3
• NVIDIA GPU Driver Version (valid for GPU only)
NVIDIA UNIX Open Kernel Module for aarch64 540.3.0
• Issue Type( questions, new requirements, bugs)
I met an error when running deepstream app
dla engine built successfully but the app turned out segmentation fault
First confirm that DLA is working properly.
If you modify the configuration file dstest1_pgie_config.txt
of deepstream-test1
like below.
model-engine-file=../../../../samples/models/Primary_Detector/resnet18_trafficcamnet.etlt_b1_dla0_int8.engine
enable-dla=1
use-dla-core=0
Then run sudo tegrastats |grep NVDLA0
, Is there any change in the status of NVDLA0
?
I met another error when running the app. Is it because I’m using display?
Do you run the python application in ssh ? Try the following command line.
export `cat /proc/$(pidof "gnome-shell")/environ | tr '\0' '\n' | grep ^DISPLAY=`
Yes I’m running it with ssh. How should I adjust the code or command to run it?
I tried to run it directly on orin. And the error above showed.
Make sure you clone the deepstream_python_apps repo under <DeepStream ROOT>/sources/deepstream_python_apps
# DeepStream python bindings
SDK version supported: 7.0
The latest prebuilt release package complete with python bindings and sample applications can be downloaded from the [release section](../../../releases)
for x86, Jetson and SBSA platforms.
This readme describes how to compile and install DeepStream python bindings (henceforth referred as bindings). This process is mainly useful for making customizations in the bindings and compiling it yourself instead of using the prebuilt versions provided in the release section.
The readme is divided into three main parts:
- [DeepStream python bindings](#deepstream-python-bindings)
- [1 Prerequisites](#1-prerequisites)
- [1.1 Deepstream SDK](#11-deepstream-sdk)
- [1.2 Base dependencies](#12-base-dependencies)
- [1.3 Initialization of submodules](#13-initialization-of-submodules)
- [1.4 Installing Gst-python](#14-installing-gst-python)
- [2 Compiling the bindings](#2-compiling-the-bindings)
- [2.1 Quick build 1 (x86-ubuntu-22.04 | python 3.10 | Deepstream 7.0)](#21-quick-build-1-x86-ubuntu-2204--python-310--deepstream-70)
- [2.2 Quick build 2 (Jetson-ubuntu-22.04 | python 3.10 | Deepstream 7.0)](#22-quick-build-2-jetson-ubuntu-2204--python-310--deepstream-70)
- [2.3 Quick build 3 (SBSA-ubuntu-22.04 | python 3.10 | Deepstream 7.0)](#23-quick-build-3-sbsa-ubuntu-2204--python-310--deepstream-70)
This file has been truncated. show original
yingliu
September 23, 2024, 8:10am
9
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
system
Closed
October 7, 2024, 8:11am
10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.