openvino

troubleshoot openVINO model output for cv2 rectangle

troubleshoot openVINO model output for cv2 rectangle Question: I am experimenting with this openVINO Zoo model for person detection. What I am stuck on is if I am handling the model architecture correctly. This is the info for the model input and model output. (all 3 links are to the same page but different locations) …

Total answers: 1

Cannot install Openvino with pip

Cannot install Openvino with pip Question: I’m trying to install Openvino to convert a Keras model into a representation for the inference engine. I’m running the command: python3 openvino/tools/mo/mo_tf.py —model_13.h5/ –input_shape=[180,180] This returns the error: from openvino.tools.mo.subprocess_main import subprocess_main ModuleNotFoundError: No module named ‘openvino’ I’ve tried pip install openvino but consistently get: ERROR: Could not …

Total answers: 4