gstreamer/subprojects/gst-plugins-bad/ext/onnx
Aaron Boxer 1ff585233a onnx: add gstonnxinference element
This element refactors functionality from gstonnxinference element,
namely separating out the ONNX inference from the subsequent analysis.

The new element runs an ONNX model on each video frame, and then
attaches a TensorMeta meta with the output tensor data. This tensor data
will then be consumed by downstream elements such as gstobjectdetector.

At the moment, a provisional TensorMeta is used just in the ONNX
plugin, but in future this will upgraded to a GStreamer API for other
plugins to consume.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4916>
2023-10-20 00:33:29 +00:00
..
decoders onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
tensor onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstml.h onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnx.c onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnxclient.cpp onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnxclient.h onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnxenums.h onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnxinference.cpp onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
gstonnxinference.h onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00
meson.build onnx: add gstonnxinference element 2023-10-20 00:33:29 +00:00