OpenVINO™训练扩展

可训练模型和 NN 优化工具。「Trainable models and NN optimization tools」

Github星跟踪图

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.

主要指标

概览
名称与所有者open-edge-platform/training_extensions
主编程语言Python
编程语言Python (语言数: 4)
平台Linux
许可证Apache License 2.0
所有者活动
创建于2018-10-26 14:02:29
推送于2025-05-09 12:20:06
最后一次提交
发布数111
最新版本名称2.4.2 (发布于 2025-04-24 14:05:44)
第一版名称v0.1.0 (发布于 )
用户参与
星数1.2k
关注者数47
派生数450
提交数1.2k
已启用问题?
问题数409
打开的问题数10
拉请求数3285
打开的拉请求数11
关闭的拉请求数673
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?