openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
6.99k stars 2.21k forks source link

[Bug] #7520

Closed 726D closed 2 years ago

726D commented 3 years ago
System information (version)
Detailed description

install ran into a problem with PiYAML and some libboost dependecies, did

pip install --upgrade PiYAML
sudo apt-get install libboost-filesystem-dev
sudo apt-get install libboost-program-options-dev

to fix them.

Sample code in docs (Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs) to run VPU test on myriad should not be

 ./demo_squeezenet_download_convert_run.sh -d HDDL

but

 ./demo_squeezenet_download_convert_run.sh -d MYRIAD

The param error applies also to

./demo_security_barrier_camera.sh -d HDDL

in the vpu section.

The file 97-myriad-usbboot.rules from the install package sets mode 0660. The 97-myriad-usbboot.rules need to set mode 0666 to run the demo_squeezenet_download_convert_run.sh script as given in the docs

Steps to reproduce

go through the steps as in the docs

Issue submission checklist
ilya-lavrenov commented 3 years ago

@726D thanks! could you please create a PR with proposed fix?

jgespino commented 3 years ago

Hi @726D

install ran into a problem with PiYAML and some libboost dependecies, did

I was able to reproduce this when running ./demo_squeeezenet_download_convert_run.sh. I'm checking with the development team about this.

Sample code in docs (Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs) to run VPU test on myriad should not be

What Intel® Vision Accelerator Design with Intel® Movidius™ VPUs are you using? The MYRIAD plugin is meant to be used with the Intel® Neural Compute Stick 2 and the HDDL plugin is meant for the Intel Vision Accelerator Designs.

Regards, Jesus

Ref. 66098

726D commented 3 years ago

I went along https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_linux.html See section "Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs", subsection "Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs"

2. Run the Image Classification verification script. 
...
./demo_squeezenet_download_convert_run.sh -d HDDL

3. Run the Inference Pipeline verification script:
./demo_security_barrier_camera.sh -d HDDL

I use a Intel® Neural Compute Stick 2

If the subsection is meant to be a separate section then there is the problem that the test steps are missing in the first section.

Anyway I see "Intel® Vision Accelerator Design with Intel® Movidius™ VPUs" matching the Intel® Neural Compute Stick 2 with Movidius™ VPU

jgespino commented 3 years ago

Hi @726D,

I see where the confusion is, I will provide this feedback to the documentation team to improve the Get Started Guide.

The Intel® Neural Compute Stick 2 as a USB Form Factor does have an Intel® Movidius™ Vision Processing Unit (VPU) and uses the MYRIAD plugin. The Intel® Vision Accelerator Design with Intel® Movidius™ VPUs have a M.2 or M-PCIe form factor and use the HDDL plugin.

Regards, Jesus

Ref. 66217

726D commented 3 years ago

Hi Jesus,

ok, thanks for the clarification.

jgespino commented 2 years ago

Closing, feel free to re-open if additional assistance is needed.