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

Can I change movidius model graph's input data from float16 to float32?

idata
Employee
580 Views

Can I change movidius model graph's input data from float16 to float32, how to do it?

 

Thanks.
0 Kudos
1 Reply
idata
Employee
317 Views

@miily At the moment, the current NCSDK (1.12) requires the input image to be float16. So when you call LoadTensor() it expects a float16 tensor. You may get unexpected results or errors using float32.

0 Kudos
Reply