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.

Converting Keras model to IR

anoob09
Beginner
263 Views

I tried to convert a Keras model to IR by first converting it to TensorFlow .pb file and then converting pb file to XML and Bin by using "mo_tf.py". But I had to specify the input shape while converting it to XML and Bin. The model wasn't able to perform due to the fixed input shape. Is there a way to make input shape variable in XML file while converting it from pb file? Or any work around this?

0 Kudos
0 Replies
Reply