<div dir="ltr"><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">On Fri, Jan 15, 2021 at 5:33 AM joseph <<a href="mailto:joseph.celi@jci.com" target="_blank">joseph.celi@jci.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have a Python appsink written in Python.  I'm able to get the buffers for<br>
each frame in the video.  It's not obvious how to obtain the MetaData that<br>
has been generated along the way.  My pipleline looks like the following ...<br>
<br>
gst_string = " filesrc location={} ! decodebin ! videoconvert ! gvadetect<br>
model={} device=CPU inference-interval=10  ! gvatrack<br>
tracking-type=short-term ! queue ! gvawatermark ! video/x-raw,format=BGR !<br>
appsink name=appsink emit-signals=True".format(input_file, pvb_model)<br>
<br>
I would like to be able to obtain things like the object type detected,<br>
object bounding boxes, tracker output (object id and corresponding bounding<br>
box).<br></blockquote><div><br></div><div>Wouldn't you just use the Python bindings here? Haven't tried GVA myself, but I should look into it.</div><div><a href="https://github.com/openvinotoolkit/dlstreamer_gst/wiki/Python">https://github.com/openvinotoolkit/dlstreamer_gst/wiki/Python</a></div><div> </div></div></div>
</div>