- Edited
I am getting this error while converting .onno model into blob file.
Traceback (most recent call last):
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter__main__.py", line 3, in <module>
run_cli()
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter__init__.py", line 495, in run_cli
return from_onnx(
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter__init.py", line 359, in from_onnx
return compile_blob(blob_name=Path(model_name).stem, req_data={"name": Path(model_name).stem}, req_files=files, data_type=data_type, **kwargs)
File "C:\Users\Saif Ullah\AppData\Local\Programs\Python\Python39\lib\site-packages\blobconverter__init.py", line 280, in compile_blob
response.raise_for_status()
File "C:\Users\Saif Ullah\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: http://blobconverter.luxonis.com/compile?version=2021.4
while my blob version information is as follow
Name: blobconverter
Version: 1.2.0
Summary: The tool that allows you to covert neural networks to MyriadX blob
Home-page: https://github.com/luxonis/blobconverter
Author: Luxonis
Author-email: support@luxonis.com
License: MIT
Location: c:\users\saif ullah\appdata\local\programs\python\python39\lib\site-packages
Requires: PyYAML, requests, boto3
Required-by: depthai-sdk
Can you please point where I am doing anything wrong?