Using HDF5 model

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

DeepStream is a SDK which provides the APIs, the sample libraries and the sample applications for the users to construct video/audio/other data inferencing and analyzing application. I don’t know how you will write your application, so it is impossible to tell you which line should be added to which functions.
You can’t skip to customization without knowing basic pipeline and elements features and codes. Especially you need to be familiar with gst-nvinfer source code for your customization. Please start from beginning.

  1. GStreamer basic knowledge and coding skills.
  2. gst-python basic usage. Python GStreamer Tutorial (brettviren.github.io)
  3. DeepStream documents and samples: Welcome to the DeepStream Documentation — DeepStream documentation 6.4 documentation
  4. gst-nvinfer source code: /opt/nvidia/deepstream/deepstream/sources/gst-plugins/gst-nvinfer and /opt/nvidia/deepstream/deepstream/sources/libs/nvdsinfer, DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums
  5. pyds and the samples: NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications (github.com)

You can also contact the sales and marketing guys to get more direct services.