Is there a way to know the config file of the engine deepstream creates?

• Hardware Platform (Jetson / GPU) Jetson Orin Nano
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version 8.6.2

My engine file is being rebuilt every time I start a pipeline. I’ve seen on this forum that it might be because deepstream can’t build the engine with the config I want so the mismatch between my config file and the config it creates causes this problem. To test this, I want to know the configuration of the engine file deepstream creates. Is there a way to know this?I want to match both files so I don’t have to build the engine every time.

Refer to this topic

Usually, the engine file name just relate to batch-size, network-mode and precision.

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvinfer.html#gst-properties

1 Like

Man, I am so dumb.I never realized it was on the name of the engine, I never stopped to read the name of the file it creates, I thought it overwrote it every time. Thanks!

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