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.

[VPU] Unsupported network precision : FP32

redans__redans
Beginner
820 Views

Hi,
I recently bought NCS2 from Intel Movidius Myriad X VPU and I follow all steps from this tutorial on Linux guest (WIN10 host).

Linux guest distribution:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial

All steps works fine, even step 4, where installation is testead.

My problem is when I using this script, from tutorial,  with MYRIAD parameter (instead, with CPU it works).

./intel64/Release/smart_city_tutorial -m_vp $vehicle232 -d_vp MYRIAD -i ../data/NewVideo2.mp4

This is my console result:

root@ubuntu:/home/redans/tutorials/OpenVino-For-SmartCity/OpenVino-For-SmartCity/build# ./intel64/Release/smart_city_tutorial -m_vp $vehicle232 -d_vp MYRIAD -i ../data/NewVideo2.mp4
Incluit - Openvino-for-Smartcity
[VPU] Unsupported network precision : FP32
If missing -d_y argument, try running ../scripts/setupenv.sh

Do you have any suggestions?

0 Kudos
2 Replies
m__akshaya
New Contributor I
820 Views

Hi Redans, 

The Intel Movidius Myriad X VPU does not support FP32 precision. So you have to use FP16 or other supported precision.

Please check the below link. 

https://software.intel.com/en-us/forums/computer-vision/topic/806570

Thanks,

Akshaya M

0 Kudos
redans__redans
Beginner
820 Views

Thanks for response!

0 Kudos
Reply