Giter VIP home page Giter VIP logo

yas-sim / openvino-workshop-en Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 531 KB

Hands-on workshop contents to learn Intel distribution of OpenVINO toolkit - a deep learning inferencing library

License: Apache License 2.0

Jupyter Notebook 100.00%
deep-learning tutorial intel openvno inference hands-on workshop inference-engine openvino-toolkit workshop-contents classification intel-distribution

openvino-workshop-en's Introduction

openvino-workshop-en

Overview

Hands-on workshop contents to learn Intel distribution of OpenVINO toolkit - a deep learning inferencing library. The workshop contents are tested on Ubuntu and Windows 10 systems.

Description

Intel distribution of OpenVINO toolkit is a library suite for computer vision applications. OpenVINO consists of following libraries and tools.

  • Inference Engine - Efficient, high-performance and flexible deep learning inference run-time engine library
  • Model Optimizer - Convert generic deep-learning models into OpenVINO IR format
  • Model Downloader - Download OMZ (Open Model Zoo, Intel) models and popular deep learning models
  • Deep Learning Workbench - Post training model re-quantization, benchmarking, accuracy checking
  • OpenCV - High performance and feature-rich image processing library

OpenVINO provides great scalability. It supports wide variety of deep learning processors and accelerators. You can use almost the same code on different hardware easily.

  • CPU - Atom to Xeon, OpenVINO supports the latest DL boot instructions
  • Integrated GPU - OpenVINO can leverage the performance of integrated GPU and off load the task from CPU
  • VPU - Vision Processing Unit (Myriad). A low power yet powerful deep-learning accelerator from Intel
  • FPGA - OpenVINO compatible FPGA acclerator cards are available
  • HDDL - High Density Deep Learning accelerator. Single or multiple Myriad devices are on a board

Also, OpenVINO supports various operating systems.

  • Windows 10, Ubuntu, CentOS, MacOS

You will learn the basics of OpenVINO through this workshop.

  1. Learning basic of OpenVINO API through a simple image classification program - classification.ipynb
  2. Basic of object detection program using OpenVINO - object-detection-ssd.ipynb
  3. Basic of asynchronous inferencing - classification-async-single.ipynb
  4. Technique for high performance inference program - asynchronous and simultaneous inferencing - classification-async-multi.ipynb
  5. < Appendix > Automate evaluation work on DevCloud - automated-testing.ipynb

How to use

  1. Go to Intel distribution of OpenVINO toolkit web page and download an OpenVINO package suitable for your operating system
  2. Install OpenVINO and setup support tools and accelerators by following the instruction in 'Get Started' page
  3. Clone repository to your system
$ git clone https://github.com/yas-sim/openvino-workshop-en
  1. Open a command terminal
  2. Set up environment variables for OpenVINO
Linux $ source /opt/intel/openvino/bin/setupvars.sh  
Windows > call "Program Files (x86)\IntelSWTools\OpenVINO\bin\setupvars.bat"
  1. Start Jupyter notebook
  2. Open openvino-workshop-en/START-HERE.ipynb from Jupyter to start the workshop

Requirement

This workshop requires Intel distribution of OpenVINO toolkit. Tested with OpenVINO 2020.1 version.

Contribution

Licence

Apache2

Author

Yasunori Shimura

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.