DeepStream Reference Designs - Customizing the Project - Implementing Custom Inference Listener

From RidgeRun Developer Connection
< DeepStream Reference Designs‎ | Customizing the Project
Revision as of 16:48, 23 May 2022 by Felizondo (talk | contribs) (The Inference listener Module)
Jump to: navigation, search


  Index  
Nvidia-preferred-partner-badge-rgb-for-screen.png




The Inference listener Module

As mentioned in the High-Level Design section, this module is in charge of transmitting the information metadata that is obtained at the output of the inference that is handled in the DeepStream pipeline. Depending on the application being used, the information metadata can represent different things, nevertheless, the responsibility of this component is the transmission of information regardless of the content that is being handled. Similarly, the design of this component is not restricted to a specific implementation, so different technologies, plugins, or own components can be added within the project scheme, however, certain conditions must be respected prior to the incorporation of a custom component. After reading this wiki page, you will know what the requirements are that must be met to add your custom Inference Listener to this reference design.

Interface

Code


  Index