GstInference GStreamer example pipelines with hierarchical metadata
Make sure you also check GstInference's companion project: R2Inference |
GstInference |
---|
Introduction |
Getting started |
Supported architectures |
InceptionV1 InceptionV3 YoloV2 AlexNet |
Supported backends |
Caffe |
Metadata and Signals |
Overlay Elements |
Utils Elements |
Legacy pipelines |
Example pipelines |
Example applications |
Benchmarks |
Model Zoo |
Project Status |
Contact Us |
|
Sample pipelines
The following section contains a tool for generating simple GStreamer pipelines with one model of a selected architecture using our hierarchical inference metadata. If you are using and older version, you can check the legacy pipelines section. Please make sure to check the documentation to understand the property usage for each element.
The required elements are:
- Backend
- Model
- Model location
- Labels
- Source
- Sink
The optional elements include:
- inferencefilter
- inferencrop
- inferenceoverlay
Make sure you also check GstInference's companion project: R2Inference |
GstInference |
---|
Introduction |
Getting started |
Supported architectures |
InceptionV1 InceptionV3 YoloV2 AlexNet |
Supported backends |
Caffe |
Metadata and Signals |
Overlay Elements |
Utils Elements |
Legacy pipelines |
Example pipelines |
Example applications |
Benchmarks |
Model Zoo |
Project Status |
Contact Us |
|
Sample pipelines
The following section contains a tool for generating simple GStreamer pipelines with one model of a selected architecture using our hierarchical inference metadata. If you are using and older version, you can check the legacy pipelines section. Please make sure to check the documentation to understand the property usage for each element.
The required elements are:
- Backend
- Model
- Model location
- Labels
- Source
- Sink
The optional elements include:
- inferencefilter
- inferencrop
- inferenceoverlay
Pipeline Generator
NOTE: The following tool provides unoptimized pipelines. Consider removing unnecessary elements. |
The following tool will provide simple pipelines according to the selected elements.
Advanced pipelines