GstInference/Example Applications/Classification: Difference between revisions

no edit summary
No edit summary
Line 16: Line 16:
== Building the Example ==
== Building the Example ==


The example builds along the GstInference project. Make sure you follow the instructions in [GstInference/Building the Plugin] to make sure all the dependencies are correctly fulfilled.
The example builds along the GstInference project. Make sure you follow the instructions in [[GstInference/Getting_started/Building_the_plugin|Building the Plug-In]] to make sure all the dependencies are correctly fulfilled.


Once the project is built the example may be built independently by running '''make''' within the example directory.
Once the project is built the example may be built independently by running '''make''' within the example directory.
Line 40: Line 40:
:Mandatory. Path to the video file to be used
:Mandatory. Path to the video file to be used
;-b|--backed
;-b|--backed
:Mandatory. Name of the backed to be used. See [GstInference/Supported backends] for a list of possible options.
:Mandatory. Name of the backed to be used. See [[GstInference/Supported backends|Supported Backends]] for a list of possible options.
;-v
;-v
:Optional. Run verbosely.
:Optional. Run verbosely.