Skip to content

WIP: tflite: Add TensorFlow Lite inference element

Denis Yuji Shimizu requested to merge tflite into 1.24-ew24-demo

GStreamer elements for TensorFlow Lite

Given a TensorFlow Lite model, this element executes the inference to produce and add GstTensorMeta metadata to the buffer to be consumed by downstream elements, such as mask overlays.

Requires the TensorFlow Lite library. Tested with TensorFlow r2.11.

Merge request reports