Skip to content

onnxinference: Implement zero-copy when possible

Olivier Crête requested to merge ocrete/gstreamer:onnx-zerocopy into main

Return the caps as the model requests when the model takes in RGB/BGR/RGBA/BGRA as uint8 as input without any offsets.

Merge request reports