Hi,
thanks for your response.
I tried that and it seems to work. Additionally, I'm not trying to use my own YOLOV6n model. I have the onnx file, but my conversion to blob is failing.
I installed blobconverter python package (>=1.2.9).
When I run the CLI command:
python3 -m blobconverter --onnx-model /path/to/models/model.onnx --shaves 6
I get the following error:
requests.exceptions.HTTPError: 400 Client Error: BAD REQUEST for url: https://blobconverter.luxonis.com/compile?version=2022.1&no_cache=False
Can you help please?
Additionally, are blob files used on rvc2 compatible for rvc4 devices? For rvc2, we used to get both a blob file and a json file. I don't know if the json file is also useful for rvc2.
Luxonis web interface for blob conversation doesn't seem to have rvc4 as an option 🙁
Thanks!