Skip to content

Complete the TensorFlow Lite inference element

We need a tensorflow lite based element that can take in the data, the model and output the GstTensorMeta.

The Tensor Meta is defined in the ONNX element, we can just copy it for now.

The tensor decoder for SSD should stay the same.