Hi,
We are converting our yolov5 model with your tool (http://tools.luxonis.com/).
There is option to convert it with openvino 2021.4. But the openvino of using 2021.4 is not working. it is no matter setting or not. only converted with 2022.1. So there is some issue
\depthai-experiments\gen2-yolo\device-decoding > python main_api.py -m bestopenvino_2022.1_6shave.blob -c best.json

Below is the error message. And i changed the name of .blob file from 2022.1 to 2021.4 then. it is working now.
PS C:\Users\ryan\depthai-experiments\gen2-yolo\device-decoding> python main_api.py -m bestopenvino_2022.1_6shave.blob -c best.json
{'classes': 2, 'coordinates': 4, 'anchors': [10.0, 13.0, 16.0, 30.0, 33.0, 23.0, 30.0, 61.0, 62.0, 45.0, 59.0, 119.0, 116.0, 90.0, 156.0, 198.0, 373.0, 326.0], 'anchor_masks': {'side52': [0, 1, 2], 'side26': [3, 4, 5], 'side13': [6, 7, 8]}, 'iou_threshold': 0.5, 'confidence_threshold': 0.5}
No blob found at best__openvino_2022.1_6shave.blob. Looking into DepthAI model zoo.
Downloading C:\Users\ryan\.cache\blobconverter\best__openvino_2022.1_6shave.blob_openvino_2021.4_6shave.blob...
Model best__openvino_2022.1_6shave.blob not found in model zoo
Conversion failed due to 400 Client Error: BAD REQUEST for url: https://blobconverter.luxonis.com/compile?version=2021.4&no_cache=False
Trying to find backup... (model="best__openvino_2022.1_6shave.blob", shaves="6", version="2021.4")
Unable to fetch model from backup server due to: 404 Client Error: Not Found for url: https://artifacts.luxonis.com/artifactory/blobconverter-backup/blobs/best__openvino_2022.1_6shave.blob_openvino_2021.4_6shave.blob
Traceback (most recent call last):
File "C:\Users\ryan\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter\init.py", line 341, in from_zoo
return compile_blob(name, req_data=body, \*\*kwargs)
File "C:\Users\ryan\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter\init.py", line 322, in compile_blob
response.raise_for_status()
File "C:\Users\ryan\AppData\Roaming\Python\Python39\site-packages\requests\models.py", line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: BAD REQUEST for url: https://blobconverter.luxonis.com/compile?version=2021.4&no_cache=False
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ryan\depthai-experiments\gen2-yolo\device-decoding\main_api.py", line 57, in <module>
nnPath = str(blobconverter.from_zoo(args.model, shaves = 6, zoo_type = "depthai", use_cache=True))
File "C:\Users\ryan\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter\init.py", line 354, in from_zoo
response.raise_for_status()
File "C:\Users\ryan\AppData\Roaming\Python\Python39\site-packages\requests\models.py", line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://artifacts.luxonis.com/artifactory/blobconverter-backup/blobs/best__openvino_2022.1_6shave.blob_openvino_2021.4_6shave.blob
PS C:\Users\ryan\depthai-experiments\gen2-yolo\device-decoding>