RidgeRun / gst-inference

A GStreamer Deep Learning Inference Framework
GNU Lesser General Public License v2.1
119 stars 29 forks source link

gstbasebackend: Replace single prediction with multiple prediction #329

Closed jsalas98 closed 3 years ago

jsalas98 commented 3 years ago

This feature enables the r2inference support for multiple predictions. When received more than 1 output tensor, they will be concatenated into a single 1D array. Currently, no elements should be affected by this since all of them will continue to use the only output available for the supported models.