Git Product home page Git Product logo

training_extensions's Introduction

OpenVINO™ Training Extensions

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

Quick Start Guide

Prerequisites

Setup OpenVINO™ Training Extensions

  1. Clone repository in the working directory by running the following:

    git clone https://github.com/openvinotoolkit/training_extensions.git
    export OTE_DIR=`pwd`/training_extensions
    
  2. Clone Open Model Zoo repository to run demos:

    git clone https://github.com/openvinotoolkit/open_model_zoo --branch develop
    export OMZ_DIR=`pwd`/open_model_zoo
    
  3. Install prerequisites by running the following:

    sudo apt-get install python3-pip virtualenv
    
  4. Create and activate virtual environment:

    cd training_extensions
    virtualenv venv
    source venv/bin/activate
    
  5. Install ote package:

    pip3 install -e ote/
    

Models

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

Optimization

The image classification and object detection models can be compressed by NNCF framework.

See details in the corresponding readme files of the models.

Misc

Models that were previously developed can be found here.

Contributing

Please read the contribution guidelines before starting work on a pull request.

Known Limitations

Currently, training, exporting, evaluation scripts for TensorFlow*-based models and the most of PyTorch*-based models from Misc section are exploratory and are not validated.


* Other names and brands may be claimed as the property of others.

training_extensions's People

Contributors

ilya-krylov avatar leonidbeynenson avatar sovrasov avatar dmitryagapov avatar galyazalesskaya avatar alexanderdokuchaev avatar krodyush avatar kprokofi avatar alexey-sidnev avatar kshpv avatar alexey-trushkov avatar snosov1 avatar ygnn123 avatar morkovka1337 avatar druzhkov-paul avatar daniil-osokin avatar zingorn avatar vshampor avatar dmitriysidnev avatar evgeny-izutov avatar alexkoff88 avatar a-ignatyev avatar abhatikar avatar lachinov avatar elenash avatar dqawami avatar vadimadr avatar ljaljushkin avatar mateusz-ciesielski avatar mahinlma 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.