NVIDIA Jetson Orin - RidgeRun Products - GstInference

Revision as of 17:30, 4 May 2022 by Gavila (talk | contribs) (Created page with "<noinclude> {{NVIDIA Jetson Orin/Head|previous=RidgeRun Products/GstInterpipe|next=RidgeRun Products/GStreamer Daemon|keywords=ridgerun products,gstreamer products,GstInferenc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Previous: RidgeRun Products/GstInterpipe Index Next: RidgeRun Products/GStreamer Daemon





Overview

GstInference is an open-source project from Ridgerun Engineering that provides a framework for integrating deep learning inference into GStreamer. Either use one of the included elements to do out-of-the box inference using the most popular deep learning architectures or leverage the base classes and utilities to support your own custom architecture.

GstInference objective is to put inference in the hands of the developer without having to worry about frameworks, platforms, or media handling. It also has a strong focus on performance, which most Python frameworks don't really consider.

Supported frameworks:

  • TensorFlow
  • NCSDK

Provided plugins:

  • TinyYOLO version 2 detection
  • Inception version 2 classification
  • Inception version 4 classification
  • FaceNet face recognition
  • Detection overlay for detection metadata visualization
  • Classification overlay for classification metadata visualization
  • Embedding overlay for embedding metadata visualization

Promo/Demo Video

Running inference on GStreamer pipelines

It is easy to add inference elements to an existing GStreamer pipeline. By combining inference and overlay elements you can perform deep learning tasks and then easily visualize the results.

Image classification

 
Classification overalay example

Object detection

 
Detection overalay example

Face recognition

 
Embedding overalay example

Getting Started

To know more about the extension please refer to the GstInference Introduction wiki page.

Contact Us

For technical questions or you would like to know more information please send an email to support@ridgerun.com.



Previous: RidgeRun Products/GstInterpipe Index Next: RidgeRun Products/GStreamer Daemon