I'm trying to convert one of the qualcomm models. I donwloaded an ONNX version of the model in flot format. While converting, I got this error : ValidationError: Your model ir_version 12 is higher than
the checker's (11).
I guess that the model has a more recent version compared to what the converter can handle. If so, will there be any update of the plaform soon? or is there any other way to convert the model so I can run it on my OAK4-D pro camera?
Thanks,