is this issue resolved? I am getting same error:
Downloading /home/sonnet/.cache/blobconverter/model_openvino_2022.1_5shave.blob...
/home/sonnet/anaconda3/envs/traffic/lib/python3.7/site-packages/boto3/compat.py:82: PythonDeprecationWarning: Boto3 will no longer support Python 3.7 starting December 13, 2023. To continue receiving service updates, bug fixes, and security updates please upgrade to Python 3.8 or later. More information can be found here: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/
warnings.warn(warning, PythonDeprecationWarning)
{
"exit_code": 1,
"message": "Command failed with exit code 1, command: /opt/intel/openvino2022_1/tools/compile_tool/compile_tool -m /tmp/blobconverter/388b5f8de1b74433bcb6ccf9e435af30/model/FP16/model.xml -o /tmp/blobconverter/388b5f8de1b74433bcb6ccf9e435af30/model/FP16/model.blob -c /tmp/blobconverter/388b5f8de1b74433bcb6ccf9e435af30/myriad_compile_config.txt -d MYRIAD -ip U8",
"stderr": "Cannot get length of dynamic dimension\n",
"stdout": "OpenVINO Runtime version ......... 2022.1.0\nBuild ........... 2022.1.0-7019-cdb9bec7210-releases/2022/1\nNetwork inputs:\n input_2 : u8 / [...]\nNetwork outputs:\n dense/sink_port_0 : f16 / [...]\n"
}
Traceback (most recent call last):
File "saving_blob.py", line 8, in <module>
shaves=5,
File "/home/sonnet/anaconda3/envs/traffic/lib/python3.7/site-packages/blobconverter/__init__.py", line 473, in from_openvino
return compile_blob(blob_name=Path(xml_name).stem, req_data={"name": Path(xml_name).stem}, req_files=files, **kwargs)
File "/home/sonnet/anaconda3/envs/traffic/lib/python3.7/site-packages/blobconverter/__init__.py", line 318, in compile_blob
response.raise_for_status()
File "/home/sonnet/anaconda3/envs/traffic/lib/python3.7/site-packages/requests/models.py", line 1021, 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=2022.1&no_cache=False