GstInference Detection Overlay element
![]() | Make sure you also check GstInference's companion project: R2Inference |
GstInference |
---|
![]() |
Introduction |
Getting started |
Supported architectures |
InceptionV1 InceptionV3 YoloV2 AlexNet |
Supported backends |
Caffe |
Metadata and Signals |
Overlay Elements |
Utils Elements |
Legacy pipelines |
Example pipelines |
Example applications |
Benchmarks |
Model Zoo |
Project Status |
Contact Us |
![]() |
This element consumes the detection metadata introduced in the buffer by our family of detection elements(TinyYoloV2). This element uses GstDetectionMeta. This element draws each bounding box with its respective label, using OpenCV.

Properties
The detectionoverlay element exposes the following properties to control the boxes' thickness, color, etc. These properties are documented on the following table:
Property | Value | Description |
---|---|---|
font-scale | Double [0,100] | Scale of the font used on the overlay. 0 turns off the overlay |
thickness | Double [1,100] | Thickness in pixels used for the lines |
labels | String | Semicolon separated string containing inference labels. For example: labels="cat;dog;bird" |
Example
For example, pipelines using detectionoverlay element please check the example pipelines section.