Model Creation and Usage Pipeline
Overview of model creation and usage
The model that is created after training is used to perform inference on frames that it has never seen before. The model created using one utility can also be used to perform inference on frames of another utility.
For details on how to train a model and perform inference using the model refer to the instructions here.