otx.cli.tools.demo#

Model inference demonstration tool.

Functions

get_args()

Parses command line arguments.

get_predictions(task, frame)

Returns list of predictions made by task on frame and time spent on doing prediction.

main()

Main function that is used for model demonstration.

otx.cli.tools.demo.get_args()[source]#

Parses command line arguments.

otx.cli.tools.demo.get_predictions(task, frame)[source]#

Returns list of predictions made by task on frame and time spent on doing prediction.

otx.cli.tools.demo.main()[source]#

Main function that is used for model demonstration.