summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAaron Boxer <boxerab@gmail.com>2021-02-23 11:56:53 -0500
committerNicolas Dufresne <nicolas@ndufresne.ca>2021-04-27 13:05:21 +0000
commitf71eb2949772176a68ae5217cc94ae4d75a8ae95 (patch)
tree9b41467383a3ac7067ca38d1b490e4a26b191de0 /meson_options.txt
parentf1ec6ddd5e0f5251a610e7402bdaad99e5cac72b (diff)
downloadgstreamer-plugins-bad-f71eb2949772176a68ae5217cc94ae4d75a8ae95.tar.gz
onnx: add plugin to apply ONNX neural network models to video
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4b8eaa361..e2f13e77e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -129,6 +129,7 @@ option('musepack', type : 'feature', value : 'auto', description : 'libmpcdec Mu
option('neon', type : 'feature', value : 'auto', description : 'NEON HTTP source plugin')
option('nvcodec', type : 'feature', value : 'auto', description : 'NVIDIA GPU codec plugin')
option('ofa', type : 'feature', value : 'auto', description : 'Open Fingerprint Architecture library plugin')
+option('onnx', type : 'feature', value : 'auto', description : 'ONNX neural network plugin')
option('openal', type : 'feature', value : 'auto', description : 'OpenAL plugin')
option('openexr', type : 'feature', value : 'auto', description : 'OpenEXR plugin')
option('openh264', type : 'feature', value : 'auto', description : 'H.264 video codec plugin')