Skip to content
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

Add example for applying ONNX model to in-memory images #3851

Merged
merged 2 commits into from
Jun 21, 2019

Conversation

wschin
Copy link
Member

@wschin wschin commented Jun 10, 2019

Fix #3562 by adding an sample.

@wschin wschin requested review from codemzs and artidoro June 10, 2019 21:08
@wschin wschin self-assigned this Jun 10, 2019
@codemzs codemzs requested review from ganik and yaeldekel June 17, 2019 17:12
Copy link
Contributor

@artidoro artidoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@wschin wschin merged commit de250ba into dotnet:master Jun 21, 2019
@wschin wschin deleted the onnx-image branch June 21, 2019 15:39
Dmitry-A pushed a commit to Dmitry-A/machinelearning that referenced this pull request Jul 24, 2019
* Add example for applying ONNX model to in-memory images

* Add expected outputs
@CESARDELATORRE
Copy link
Contributor

Here:
https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/end-to-end-apps/ObjectDetection-Onnx
An btw, in addition to using in-memory images in the ASP.NET Core web app, in that same solution we added a WPF app sample which is streaming video while using object detection from the ONNX model. :)

@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Making a prediction from ONNX model in ML.net
4 participants