Code Monkey home page Code Monkey logo

openvino_practice's Introduction

Intel OpenVINO practice

This is a set of interactive modules which will help you study and practice:

chat

๐Ÿ“Š Check your progress at https://dkurt.github.io/openvino_practice

Getting started

An every task is a separate folder in modules subfolder. To start new module always do:

  1. Nagivate to a base branch

    git checkout master
    
  2. Create a new local branch with unique name

    git checkout -b practice_classification
    

Start with Git, GitHub and Travis CI module to complete first task.

Build instruction

Download OpenVINO: https://software.seek.intel.com/openvino-toolkit

Linux

  1. Open terminal and navigate to the project folder. Create build folder.
cd openvino_practice
mkdir build
cd build
  1. Setup environment
source /opt/intel/openvino/bin/setupvars.sh
  1. Build
cmake -DCMAKE_BUILD_TYPE=Release .. && make --j$(nproc --all)
  1. Run tests for specific module
./bin/test_classification

Windows

  1. Download useful programs
  1. Open terminal (Start -> Developer Command Prompt) and navigate to the project folder. Create a build folder.
cd openvino_practice
mkdir build
cd build
  1. Setup environment (in Start -> Developer Command Prompt)
"C:\Program Files (x86)\IntelSWTools\openvino\bin\setupvars.bat"
  1. Prepare project files (NOTE: value after -G flag might be different for your version of Visual Studio)
"C:\Program Files\CMake\bin\cmake.exe" -G "Visual Studio 15 2017 Win64" ..
  1. Build (choose one of the options)

    4.1 Using Visual Studio:

     Open `openvino_practice/build/openvino_practice.sln`.
    
     Choose Relese x64 configuration. Press `Build -> Build Solution`
    

    4.2 Using terminal:

     "C:\Program Files\CMake\bin\cmake.exe" --build . --config Release
    
  2. Run tests for specific module (in terminal)

.\bin\Release\test_classification.exe

openvino_practice's People

Contributors

dkurt avatar mariamedvede avatar wovchena avatar dependabot[bot] 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.