Cannot read net from Model Optimizer
Hello everyone!
I want to use FP16 models so I used OpenVINO's Model Optimizer to generate a model. The problem is that when I read the model (.xml and .bin) with my OpenCV program, an exception is raising.
How can I solve this problem?
Thank you.