mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
f71eb29497
This MR provides a transform element that leverage ONNX runtime to run AI inference on a broad range of neural network toolkits, running on either CPU or GPU. ONNX supports 16 different providers at the moment, so with ONNX we immediately get support for Nvidia, AMD, Xilinx and many others. For the first release, this plugin adds a gstonnxobjectdetector element to detect objects in video frames. Meta data generated by the model is attached to the video buffer as a custom GstObjectDetectorMeta meta. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1997> |
||
---|---|---|
.. | ||
gstonnx.c | ||
gstonnxclient.cpp | ||
gstonnxclient.h | ||
gstonnxelement.c | ||
gstonnxelement.h | ||
gstonnxobjectdetector.cpp | ||
gstonnxobjectdetector.h | ||
meson.build |