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.
6392 Discussions

Windows 10: try Movidius MA2X5X USB stick with demo failure

Ping-Chuan_L_Intel
674 Views

Issue:

On Windows 10 laptop, try to run demo_squeezenet_download_convert_run.bat with Movidius MA2X5X  USB stick  end up with  an error.

------Error info:------------------------------------------------------------------------------------------------------------------------------------

computer_vision_sdk_2018.2.304 on windows 10

with USBdevice Movidius MA2X5X 

--> classification_sample.exe  -d MYRIAD fail with the error -- [ ERROR ] The plugin does not support networks with FP32 format.
Supported format: FP16.

------Success reported for CPU case:---------------------------------------------------------------------------------------------------------

classification_sample.exe -i "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\car.png" -m "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.xml" -d CPU

###############|| Classification demo completed successfully ||###############

-----System info:----------------------------------------------------------------------------------------------------------------------------------------

OS Name:                   Microsoft Windows 10 Enterprise
OS Version:                10.0.16299 N/A Build 16299

------Device info:-----------------------------------------------------------------------------------------------------------------------------------------

USB\VID_03E7&PID_2150\03E72150
    Name: Movidius MA2X5X
    Setup Class: {88bae032-5a81-49f0-bc3d-a4ff138216d6} USBDevice
    Controlling service:
        WINUSB

 

===Detailed error log:==================================================================================

classification_sample.exe -i "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\car.png" -m "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.xml" -d MYRIAD
[ INFO ] InferenceEngine:
        API version ............ 1.1
        Build .................. 11653
[ INFO ] Parsing input parameters
[ INFO ] Loading plugin

        API version ............ 1.1
        Build .................. 11653
        Description ....... myriadPlugin
[ INFO ] Loading network files:
        C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.xml
        C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.bin
[ INFO ] Preparing input blobs
[ WARNING ] Image is resized from (787, 259) to (227, 227)
[ INFO ] Batch size is 1
[ INFO ] Preparing output blobs
[ INFO ] Loading model to the plugin
[ ERROR ] The plugin does not support networks with FP32 format.
Supported format: FP16.
Error

========================================================================================================

Re-try with new re-generated model with FP16, got a new error: plug-in does not support FP16.

classification_sample.exe -i "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\car.png" -m "C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.xml" -d CPU
[ INFO ] InferenceEngine:
        API version ............ 1.1
        Build .................. 11653
[ INFO ] Parsing input parameters
[ INFO ] Loading plugin

        API version ............ 1.1
        Build .................. win_20180511
        Description ....... MKLDNNPlugin
[ INFO ] Loading network files:
        C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.xml
        C:\Intel\computer_vision_sdk_2018.2.304\deployment_tools\demo\\..\demo\ir\squeezenet1.1.bin
[ INFO ] Preparing input blobs
[ WARNING ] Image is resized from (787, 259) to (227, 227)
[ INFO ] Batch size is 1
[ INFO ] Preparing output blobs
[ INFO ] Loading model to the plugin
[ ERROR ] The plugin does not support FP16
Error

=======================================================================================================

Looking at the log and realize that CPU device run case was left in the bat file leads to the error.

After fix it, this test case run on the device set to now. Issue closed. ( need to change BAT file to generate FP16 model per device support)

 

[ INFO ] Loading plugin

        API version ............ 1.1
        Build .................. 11653
        Description ....... myriadPlugin

 

 

0 Kudos
2 Replies
Monique_J_Intel
Employee
674 Views

Hi Ping Chuan,

I'm glad you solved the problem.

Kind Regards,

Monique Jones

0 Kudos
Dmitry_K_6
Beginner
674 Views

thanks for the post.

Helped me as well :)

0 Kudos
Reply