GstInference/Metadatas/GstEmbeddingMeta: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 37: Line 37:
FaceNet also raises a signal containing GstClassificationMeta, for details on how to use this signal please check the [[GstInference/Example_Applications/Embedding | example applications]] section.
FaceNet also raises a signal containing GstClassificationMeta, for details on how to use this signal please check the [[GstInference/Example_Applications/Embedding | example applications]] section.


In the following section of code, we add the include like in point 2 and safe the GstDetectionMeta in the detect_meta variable like in point 3.
In the following section of code, we add the include like in point 2 and safe the GstClassificationMeta in the class_meta variable like in point 3.


<syntaxhighlight lines=1 lang=C>
<syntaxhighlight lines=1 lang=C>
351

edits