-
Notifications
You must be signed in to change notification settings - Fork 26
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
Onnx model successfully converted to synet but failed to load #40
Comments
Hi! Excuse me for so late answer - I was at vacation. I try to reproduce this bug but this link is expired. Would you to sent me this model one more time? |
Thanks for your kind reply. Model link updated: |
If you convert this model for NCHW format:
It will be work fine but it does not achiev the best performance. There are troubles to convert Synet model in NHWC format. The converter to NHWC poor works with
|
Thank you for your kind reply, it's very helpful. I tried your solution and my model now loads successfully. This is my working Synet code snippet:
Now it works perfectly. Amazing. |
I tried to convert my model to synet format and it worked:
However when loading the model,
net.Load("synet.xml", "synet.bin");
throws exception:Onnx model file if needed:
https://we.tl/t-DrVIgiWe7h
The text was updated successfully, but these errors were encountered: