Hello I custom trained my images with yolov7. Got the weights and converted them to a blob file using Luxinos tools website. However the website by default converted to blob version OPENVINO_02022_1. While I am trying to run it in my OAK-D Pro camera, I am getting the following error.
{
"exit_code": 1,
"message": "Command failed with exit code 1, command: /opt/intel/openvino2021_4/deployment_tools/inference_engine/lib/intel64/myriad_compile -m /tmp/blobconverter/7590eb98616043dd939571f35425cf9a/best300multi/FP16/best300multi.xml -o /tmp/blobconverter/7590eb98616043dd939571f35425cf9a/best300multi/FP16/best300multi.blob -c /tmp/blobconverter/7590eb98616043dd939571f35425cf9a/myriad_compile_config.txt -ip U8",
"stderr": "Unknown model format! Cannot find reader for model format: xml and read the model: /tmp/blobconverter/7590eb98616043dd939571f35425cf9a/best300multi/FP16/best300multi.xml. Please check that reader library exists in your PATH.\n",
"stdout": "Inference Engine: \n\tIE version ......... 2021.4.2\n\tBuild ........... 2021.4.2-3974-e2a469a3450-releases/2021/4\n"
}
I was wondering if I need to update my Openvino version to 2022_1 form 2021_4. If so how ? How do I fix this. Please let me know. Thanks.