Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 734 Bytes

OpenVINO Training Extensions

OpenVINO Training Extensions provide a convenient environment to train Deep Learning models and convert them using OpenVINO™ Toolkit for optimized inference.

Quick Start Guide

Setup OpenVINO Training Extensions

  1. Clone repository in the working directory
cd /<path_to_working_dir>
git clone https://github.com/opencv/openvino_training_extensions.git
cd openvino_training_extensions
git submodule update --init --recursive
  1. Install prerequisites
sudo apt-get install libturbojpeg python3-tk python3-pip virtualenv 2to3

Frameworks