Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
T4
• DeepStream Version
5.0
• JetPack Version (valid for Jetson only)
NA
• TensorRT Version
7.0.0.11
• NVIDIA GPU Driver Version (valid for GPU only)
440.64.00
• Issue Type( questions, new requirements, bugs)
I am trying to run deepstream_test_3.py.
export GST_DEBUG_DUMP_DOT_DIR=/tmp/
python3 deepstream_test_3.py input.h264
This is not generating the dot files to /tmp/. Graphviz is installed.
os.environ["GST_DEBUG_DUMP_DOT_DIR"] = "/tmp"
os.putenv('GST_DEBUG_DUMP_DIR_DIR', '/tmp')
I tried adding the above code into the test python program. But still the dot files are not getting generated.
I also tried installing graphviz-dev apt package and the pygraphviz pip package. Still no dot files are getting generated.