-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loc("Power_3939"): error: SCALARS are not supported #45
Comments
Hey @wocsor, seems that the model is stored with GitLFS. Do you mind sharing a downloadable file directly please? |
Had to upload it to Google Drive - here's a link. I also went ahead and included the xml and bin files from openvino 2022.1 mo.py |
Hey, thanks! I've checked the model. It contains ReduceL2 which is not supported at the moment, which causes the model to fail. Since the output of the branch that includes ReduceL2 is then fused with other inputs I think it might be hard to prune it before this operation. We are working on providing support for more operations, but no ETA at the moment - we are hoping to provide it in the following few weeks. |
Is there any update? I saw someone else mentioned this issue on Discord as well. |
Hey, unfortunately not. One possible workaround for it would be to split the model into two parts - before and after the unsupported operation. In the middle then you could use the script node and perform the L2 manually, then feed this as an input to the second part. |
Hey @wocsor , |
yep, just tested and it is outputting a blob file! now just need to test it on the hardware. is the conversion process updated? if so, are there instructions available for building the blobs locally? |
@wocsor |
@wocsor |
Hi, I'm trying to compile an IR model which was converted from ONNX using openvino 2022.1 and I'm getting a compilation error. The device is running LuxonisOS 1.5. The model is FP16 and I have not run it through the POT. Model binary is below.
model onnx: https://github.com/commaai/openpilot/raw/1e49c54ffb274a7987626ebfaa8eb3e75ac6fe7c/selfdrive/modeld/models/supercombo.onnx
The text was updated successfully, but these errors were encountered: