Git Product home page Git Product logo

openvino-workshop-jp's Introduction

openvino-workshop-jp

Overview

これはIntel distribution of OpenVINO toolkitのハンズオン・ワークショップコンテンツです。 このワークショップコンテンツはUbuntuとWindows 10上で動作確認しています。

Description

Intel distribution of OpenVINO toolkitはコンピュータービジョンアプリケーションのためのライブラリスイートです。OpenVINOは様々なライブラリやツールで構成されています。

  • Inference Engine - 高効率、高性能で柔軟性の高いディープラーニング推論ランタイムライブラリ
  • Model Optimizer - 一般的な学習済みディープラーニングモデルをOpenVINO IR形式に変換するツール
  • Model Downloader - OMZ(Open Model Zoo, Intel)モデルや一般的なパブリックディープラーニングモデルをダウンロードするツール
  • Deep Learning Workbench - モデルの再量子化(int8)、ベンチマーク、精度テストなどを行えるツール
  • OpenCV - 高性能、高機能な画像処理ライブラリ

OpenVINOは高いスケーラビリティーを持っています。様々なディープラーニングプロセッサやアクセラレータをサポートします。一度書いたコードをほとんどをのまま別のプロセッサ上で走らせることも可能です。

  • CPU - AtomからXeonまで。OpenVINOは最新のDL Boost命令セットもサポートします
  • Integrated GPU - 内蔵GPUを活用しディープラーニング推論処理をCPUからオフロードすることも可能です
  • VPU - Vision Processing Unit (Myriad). 低消費電力かつ高性能なディープラーニングアクセラレーター
  • FPGA - OpenVINO互換FPGAアクセラレーターカードを使用可能
  • HDDL - High Density Deep Learning accelerator. 一つ、または複数のMyriadデバイスが搭載されたアクセラレーターカード

また、OpenVINOは幅広いOSをサポートします。

  • Windows 10, Ubuntu, CentOS, MacOS

このハンズオンワークショップを通して、下記の内容を習得可能です。

  1. OpenVINO APIの基礎: 簡単な画像分類プログラム - classification.ipynb
  2. OpenVINOを使った物体検出プログラムの基礎 - object-detection-ssd.ipynb
  3. 非同期推論実行方法の基礎 - classification-async-single.ipynb
  4. 非同期推論、同時推論を使った高スループットアプリケーションの基礎 - classification-async-multi.ipynb

How to use

  1. Intel distribution of OpenVINO toolkit web pageに行き、お使いのOS用のOpenVINOパッケージをダウンロードする
  2. 'Get Started'ページの手順に従ってOpenVINOをインストールする
  3. このレポジトリをクローンする
$ git clone https://github.com/yas-sim/openvino-workshop-jp
  1. コマンドターミナルを開く
  2. OpenVINO環境変数の設定を行う
Linux $ source /opt/intel/openvino/bin/setupvars.sh
Windows > call "Program Files (x86)\IntelSWTools\OpenVINO\bin\setupvars.bat"
   or
Windows > call "Program Files (x86)\Intel\OpenVINO\bin\setupvars.bat"
  1. Jupyter notebookを開始する
  2. Jupyterでopenvino-workshop-jp/START-HERE.ipynbを開く

Requirement

This workshop requires Intel distribution of OpenVINO toolkit. OpenVINO 2021.3 で動作確認しています。

Contribution

Licence

Apache2

Author

Yasunori Shimura

openvino-workshop-jp's People

Contributors

yas-sim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kotarofurukawa

openvino-workshop-jp's Issues

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.