GstInference/Example pipelines with hierarchical metadata: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{GstInference/Head|previous=Example pipelines/IMX8|next=Example Applications|keywords=inference metadata,hierarchical metadata|title=GstInference GStreamer example pipelines with hierarchical metadata}}
{{GstInference/Head|previous=Example pipelines/IMX8|next=Example Applications|metakeywords=inference metadata,hierarchical metadata|title=GstInference GStreamer example pipelines with hierarchical metadata}}
</noinclude>
</noinclude>


Line 7: Line 7:
-->
-->


__TOC__
__NOTOC__


== Sample pipelines ==
== Sample pipelines ==
Line 63: Line 63:
|small=left
|small=left
|issue=NOTE: The following tool provides unoptimized pipelines. Consider removing unnecessary elements.
|issue=NOTE: The following tool provides unoptimized pipelines. Consider removing unnecessary elements.
|style=width: auto; margin-right: 0px;
|style=width:unset;
|textstyle=width: auto;
}}
}}
<br>
<br>
Line 190: Line 189:
           <option value="tensorrt">TensorRT</option>
           <option value="tensorrt">TensorRT</option>
           <option value="onnxrt">ONNXRT</option>
           <option value="onnxrt">ONNXRT</option>
          <option value="onnxrt_acl">ONNXRT ACL</option>
          <option value="onnxrt_openvino">ONNXRT OpenVINO</option>
         </select>
         </select>
       </div>
       </div>
Line 689: Line 690:


<br>
<br>
<noinclude>
{{GstInference/Foot|Example pipelines/IMX8|Example Applications}}
</noinclude>


== Advanced pipelines ==
<br>
<noinclude>
<noinclude>
{{GstInference/Foot|Example pipelines/IMX8|Example Applications}}
{{GstInference/Foot|Example pipelines/IMX8|Example Applications}}
</noinclude>
</noinclude>

Latest revision as of 19:38, 27 February 2023




Previous: Example pipelines/IMX8 Index Next: Example Applications






Sample pipelines

The following section contains a tool for generating simple GStreamer pipelines with one model of a selected architecture using our hierarchical inference metadata. If you are using and older version, you can check the legacy pipelines section. Please make sure to check the documentation to understand the property usage for each element.

The required elements are:

  • Backend
  • Model
  • Model location
  • Labels
  • Source
  • Sink

The optional elements include:

  • inferencefilter
  • inferencrop
  • inferenceoverlay


Detection with new metadata





Previous: Example pipelines/IMX8 Index Next: Example Applications





Sample pipelines

The following section contains a tool for generating simple GStreamer pipelines with one model of a selected architecture using our hierarchical inference metadata. If you are using and older version, you can check the legacy pipelines section. Please make sure to check the documentation to understand the property usage for each element.

The required elements are:

  • Backend
  • Model
  • Model location
  • Labels
  • Source
  • Sink

The optional elements include:

  • inferencefilter
  • inferencrop
  • inferenceoverlay


Detection with new metadata

Pipeline Generator



The following tool will provide simple pipelines according to the selected elements.

Optional utilites

The following elements are optional yet very useful. Check the documentation for more details on their properties.


Advanced pipelines



Previous: Example pipelines/IMX8 Index Next: Example Applications