GstInference/Overlay Elements: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{GstInference/Head|previous=Supported backends/TensorFlow|next=Overlay Elements/Classification Overlay|keywords=GstInference, Inference overlay}}
{{GstInference/Head|previous=Metadatas/GstDetectionMeta|next=Overlay Elements/Classification Overlay|keywords=GstInference, Inference overlay}}
</noinclude>
</noinclude>
<!-- If you want a custom title for the page, un-comment and edit this line:
<!-- If you want a custom title for the page, un-comment and edit this line:
Line 40: Line 40:


<noinclude>
<noinclude>
{{GstInference/Foot|Supported backends/TensorFlow|Overlay Elements/Classification Overlay}}
{{GstInference/Foot| Metadatas/GstDetectionMeta |Overlay Elements/Classification Overlay}}
</noinclude>
</noinclude>

Revision as of 16:14, 8 November 2019




Previous: Metadatas/GstDetectionMeta Index Next: Overlay Elements/Classification Overlay




Alongside GstInference's inference plugins, we provide a series of elements that help visualize inference results on Gstreamer. This section provides documentation on these elements.

Element Description Status
classificationoverlay Creates a text overlay with the most probable class on an incoming buffer with classification metadata Complete
detectionoverlay Draws a square with its respective label for every bounding box contained in the buffer's detection metadata Complete
embeddingoverlay Draws a green border and writes "Pass" on the frame if its embedding is close to a known value. Draws a red border and writes "Fail" otherwise. Complete
segmentationoverlay - Coming soon

Installation

To build the overlay elements you need OpenCV >= 3.3.1. Enable or disable the construction of the overlay elements using the option --<enable/disable>-opencv during autogen or configure:

./autogen.sh --enable-opencv #Build the elements (default)
./autogen.sh --disable-opencv #Don't build the elements


Previous: Metadatas/GstDetectionMeta Index Next: Overlay Elements/Classification Overlay