WIP: gst-inference: upstream
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
- neural network framework backend - currently either
tensorflow
,tf-lite
orncsdk
. - 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