A new element wrapping the LiteRT (aka TensorFlow Lite) inference engine. It currently supports only CPU. Co-authored-by: Daniel Morin <daniel.morin@collabora.com> Co-authored-by: Denis Shimizu <denis.shimizu@collabora.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8523>
10 lines
427 B
Markdown
10 lines
427 B
Markdown
# 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 a tensor decoder
|
|
|
|
Requires the TensorFlow Lite library. Tested with TensorFlow r2.18
|
|
|
|
# To build TensorFlow Lite:
|
|
|
|
See detailed info on: [https://www.tensorflow.org/lite/guide/build_cmake](https://www.tensorflow.org/lite/guide/build_cmake)
|