GstInference example applications

From RidgeRun Developer Connection
Jump to: navigation, search



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.
DispTec
A quick and easy guide to get a simple GstInference example running on either a computer running Ubuntu 18.04 or a NVIDIA Jetson TX2.


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