Skip to content

Latest commit

 

History

History
 
 

ote_cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

OTE CLI

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 CLI contents

OTE Commands

  • 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.

Jupyter notebooks

Quick Start Guide

In order to see more details please click here.