Skip to content

WIP: gst-inference: upstream

Aaron Boxer requested to merge boxerab/gst-plugins-bad:gstinference into master

Summary

gst-inference is a GStreamer deep learning inference framework. Documentation can be found here.

It currently supports tensorflow and ncsdk neural network frameworks and tensorflow lite

gst-inference depends on the r2inference library which has backends for various neural network toolkits.

Build instructions for r2inference can be found here.

Testing

There are test examples provided in the tests/examples repository.

Prerequisites

  1. neural network framework backend - currently either tensorflow, tf-lite or ncsdk.
  2. a model from the zoo

Here is an example that classifies objects with the InceptionV4 NN model:

gst-plugins-bad/tests/examples/classification/test-classification  -b tensorflow -m ~/models/InceptionV4_TensorFlow/graph_inceptionv4_tensorflow.pb
Edited by Aaron Boxer

Merge request reports