Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

How to start with movidius compute stick with open vino examples

Lin__Richard
Beginner
677 Views

Is there a guide to use movidius computing stick to run Openvino examples?

Or Openvino toolkit does not support movidius compute stick.

I don't see any device option to use compute stick to run examples.

$ ./security_barrier_sample -h 
InferenceEngine:
        API version ............ 1.0
    [ INFO ] Parsing input parameters
    interactive_vehicle_detection [OPTION]
    Options:
        -h                         Print a usage message.
        -i "<path>"                Required. Path to a video or image file. Default value is "cam" to work with camera.
        -m "<path>"                Required. Path to the Vehicle/License-Plate Detection model (.xml) file.
        -m_va "<path>"             Optional. Path to the Vehicle Attributes model (.xml) file.
        -m_lpr "<path>"            Optional. Path to the License-Plate Recognition model (.xml) file.
          -l "<absolute_path>"     For Intel® MKL-DNN (CPU)-targeted custom layers, if any. Absolute path to a shared library with the kernels impl.
              Or
          -c "<absolute_path>"     For GPU-targeted custom kernels, if any. Absolute path to the xml file with the kernels desc.
        -d "<device>"              Specify the target device for Vehicle Detection (CPU, GPU, FPGA, MYRYAD, or HETERO).
        -d_va "<device>"           Specify the target device for Vehicle Attributes (CPU, GPU, FPGA, MYRYAD, or HETERO).
        -d_lpr "<device>"          Specify the target device for License Plate Recognition (CPU, GPU, FPGA, MYRYAD, or HETERO).

        -pc                        Enables per-layer performance statistics.
        -r                         Output Inference results as raw values.
        -t                         Probability threshold for Vehicle/Licence-Plate detections.

0 Kudos
1 Solution
Anna_B_Intel
Employee
677 Views

Hi Richard, 

OpenVINO toolkit supports Movidius MYRIAD 2.

Among "-d" options there is "MYRIAD", use it to offload computations on Movidius MYRIAD 2. Please note that there is a typo in sample help - "MYRYAD" instread of  "MYRIAD".

Best wishes, 

Anna

 

View solution in original post

0 Kudos
1 Reply
Anna_B_Intel
Employee
678 Views

Hi Richard, 

OpenVINO toolkit supports Movidius MYRIAD 2.

Among "-d" options there is "MYRIAD", use it to offload computations on Movidius MYRIAD 2. Please note that there is a typo in sample help - "MYRYAD" instread of  "MYRIAD".

Best wishes, 

Anna

 

0 Kudos
Reply