OpenVINO Training Extensions Command Line Interface (OTE CLI), is the ote
tool that contains set of commands needed to operate with deep learning models. Also there is an example how to work with deep learning models direclty from Python using OTE SDK Task interfaces.
ote find
- search for model templates.ote train
- run training of a particular model template.ote optimize
- run optimization of trained model.ote eval
- run evaluation of trained model on a particular dataset.ote export
- export trained model to the OpenVINO format in order to efficiently run it on Intel hardware.ote demo
- run model inference on images, videos, webcam in order to see how it works on user's data.ote deploy
- create openvino.zip with self-contained python package, demo application and exported model.
- Face detection notebook - demonstrates how to train, evaluate and export face detection model.
In order to see more details please click here.