Skip to content

OpenVINO

Bofu Chen edited this page Jun 17, 2019 · 6 revisions

Installation

  1. Setup BerryNet repository

  2. Install OpenVINO packages

    $ sudo apt-get install openvino
    
  3. (Optional) Install example classification or detection models for Intel NCS2 (FP16 model)

    # classification
    $ sudo apt-get install mobilenet-1.0-224-fp16-openvino
    
    # detection
    $ sudo apt-get install mobilenet-ssd-openvino
    
Clone this wiki locally