Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)6.1
**• DeepStream Version 7.1
**• JetPack Version (valid for Jetson only)6.1
**• TensorRT Version 10.3
**• NVIDIA GPU Driver Version (valid for GPU only)540.4.0 • Issue Type( questions, new requirements, bugs)
The Type of this mechine is Orin AGX 64G • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I found an issue when running Deepstream in Docker. During model conversion, I found that there was not enough memory and restarted. Below are the logs. Could you please help me check what the problem is? deepstream-person-detect-gpu0-v103.log (1.2 MB)
Let me add the usage method
Based on the deepstream: 7.1-samples-multi arch image, put the locally compiled deepstream test5 app into it, regenerate the image, and then have a local algorithm package (configuration file and model). Start using Docker Composer
I’ll give it a try first and send the results tomorrow. I don’t know if it’s a usage issue, but it’s not possible to store executable programs and algorithm packages (configuration files and models) locally or in containers. So I just told you about the usage method this afternoon
Based on the deepstream: 7.1-samples-multi arch image, put the locally compiled deepstream test5 app into it, regenerate the image, and then have a local algorithm package (configuration file and model). Start using Docker Composer
I don’t know if it’s a problem with Docker or the way it’s used. I downloaded nvcr.io/nvidia/deptstream:7.1-triton-multiarch, copied the deepstream-test5-app into it to generate a new image, started it with Docker compose, and included the algorithm package.
Could you run the top command to find the COMMAND and PID of your demo? Its name might not be the deepstream_test5 app.
No. The problem is most likely that your device is running out of storage space. You can run the top command to check the MEM when you run your project.