Jump to content

GstInference/Example Applications/Classification: Difference between revisions

no edit summary
No edit summary
No edit summary
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  
:Mandatory. Name of the backed to be used. See [GstInference/Supported backends] for a list of possible options.
;-v
:Optional. Run verbosely.
 
You may always run '''--help''' for further details.
 
<pre>
./classification --help
Usage:
  classification [OPTIONS] - GstInference Classification Example
 
Help Options:
  -h, --help                        Show help options
  --help-all                        Show all help options
  --help-gst                        Show GStreamer Options
 
Application Options:
  -v, --verbose                    Be verbose
  -m, --model                      Model path
  -f, --file                        File path
  -b, --backend                    Backend used for inference, example: tensorflow
</pre>


== Extending the Application ==
== Extending the Application ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.