GstInference - Example Applications - Classification

Revision as of 06:04, 22 February 2019 by Mgruner (talk | contribs) (Created page with "<noinclude> {{GstInference/Head}} </noinclude> <!-- If you want a custom title for the page, un-comment and edit this line: {{DISPLAYTITLE:GstInference - <descriptive page nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)




  Index  




This example receives an input video file and classifies each frame into one of 1000 possible classes. For each classified frame the application captures the signal emitted by GstInference, forwarding the prediction to a placeholder for external logic. Simultaneously, the pipeline displays the captured frames with the associated label in a window. Not that the image currently being displayed not necessarily matches de one being handled by the signal. The display is meant for visualization and debugging purposes.

The classification architecture being used by the example is InceptionV4 trained using the Large Scale Visual Recognition Challenge 2012 (ILSVRC2012) Dataset. A pre-trained model can be downloaded from the GstInference Model Zoo

This examples serves both as an example and as a starting point for a classification application.

Building the Example

Running the Example

Extending the Application

Troubleshooting

[[GstInference/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[GstInference/<Replace with "next" page>|Next: <Replace with "next" page>]]