Giter Club home page Giter Club logo

training_toolbox_tensorflow's Introduction

Quick Start Guide

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

Pre-requisites

  • Ubuntu 16.04
  • Python 3.4-3.6
  • libturbojpeg
  • For Python pre-requisites refer to requirements.txt
  • (Optional) OpenVINO™ R3 for exporting of the trained models

Setup Training Toolbox for TensorFlow

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

3. Create virtual environment

bash tools/init_venv.sh
  1. Start to work
cd /<path_to_working_dir>/training_toolbox_tensorflow
. venv/bin/activate

Tests

In virtual environment run the Nose:

cd training_toolbox
nosetests

or if you are going to use the OpenVino toolkit:

cd training_toolbox
export OPEN_VINO_DIR=<PATH_TO_OPENVINO>
nosetests

Note: if you have install the OpenVino toolkit after creating a virtual environment then you have to recreate one to install required packages for the Model Optimizer into one.

Do not forget to update several environment variables are required to compile and run OpenVINO™ toolkit applications, for details see: https://software.intel.com/en-us/articles/OpenVINO-Install-Linux.

Models

After installation, you are ready to train your own models, evaluate them, use them for predictions.

SSD Object Detection

training_toolbox_tensorflow's People

Contributors

alexey-sidnev avatar alexey-trushkov avatar zingorn avatar snosov1 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.