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
Model generated by Object Detection does not work with Windows.AI.MachineLearning libraries #5402
Comments
|
Hi, @arafattehsin . Can you please share the full stack trace and your model? Thanks |
|
Sure! This is what I have got. Stack Trace:
|
|
Hi, @arafattehsin . I don't think this is a problem on ML.NET, so as you pointed out, this might be a problem on WinML. So please, reach out to them and share with them the info you've shared here. So I'll close this issue. By the way, I don't think your scenario is using ML.NET at all. I think that when you say "I tried to use the ONNX model created by ML.NET Object Detection (Azure ML)" you actually meant that "I tried to use the ONNX model created by ModelBuilder ...". Please note that ModelBuilder is a VisualStudio plug that is used to create machine learning models. ModelBuilder uses ML.NET behind the scenes for most scenarios and creates ML.NET models for those scenarios, but for the Object Detection scenario it actually uses Azure ML which in turns trains a pytorch model using PyTorch, which is then exported to Onnx. So In your scenario ML.NET is never involved. For your case, I'd think the issue is on WinML (since the stack trace points to the Thanks, |
|
Cheers @antoniovs1029 - I will open up this issue with them. |

Hi Team! Is this ML.NET's issue or WinML team's problem? Happy to close it here and open it there if it's the case.
System information
Issue
Source code / logs
Here's the issue I get; I have tried using last 3 builds and it works well with other ONNX models.
The text was updated successfully, but these errors were encountered: