GstInference example applications

From RidgeRun Developer Wiki




Previous: Example pipelines with hierarchical metadata Index Next: Example Applications/Classification





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.


Previous: Example pipelines with hierarchical metadata Index Next: Example Applications/Classification