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.

Tensorflow image resize not supported?

idata
Employee
745 Views

I'm using mvNCCompile v2.00 and want to compile this https://github.com/fizyr/keras-retinanet to use in Movidius.

 

The problem is, I need the tensorflow.image.resize_images but it doesn't support in mvNCCompile.
0 Kudos
1 Reply
idata
Employee
411 Views

Hi @DableUTeeF

 

There are operations and layers that Keras models use that are not supported by mvnCCompile. You must first convert your Keras model to a Tensorflow model, then compile into an NCS graph, and _then_ deploy on your NCS1. Here is a good guide on how to convert from keras to .pb.

 

Please let me know if you have any further questions.

 

Best Regards,

 

Sahira
0 Kudos
Reply