GstInference example applications
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 |
|
This section provides a series of applications that exemplify how to use GstInference in an application. They also serve as placeholders for extending the prediction with custom logic.
- Classification
- An example using InceptionV4 to classify the frames from a video file in one of the 1000 possible classes. The example provides a placeholder for external code.
- Detection
- An example using TinyYoloV2 that receives an input video file and detects objects in each buffer. There are 20 different possible objects to detect.