dotnet / machinelearning-samples

Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
4.46k stars 2.68k forks source link

Any ONNX scoring examples? #64

Closed helloguo closed 5 years ago

helloguo commented 5 years ago

We can find how to use ONNX scoring API from https://github.com/dotnet/machinelearning/blob/76dd9235f348aee4fdf7e62a9edf27510f14769b/test/Microsoft.ML.OnnxTransformTest/OnnxTransformTests.cs. However, is there any ONNX scoring examples with some explanation?

CESARDELATORRE commented 5 years ago

We'll have a sample on ONNX scoring here soon, it is in the backlog. See the updated table/list here: https://github.com/dotnet/machinelearning-samples#deep-learning

cosmincatalin commented 5 years ago

I have ONNX scoring working here https://github.com/cosmincatalin/mxnet-onnx-mlnet. I will make a pull request and add documentation soon.

CESARDELATORRE commented 5 years ago

@cosmincatalin - In the meantime, I added your sample to the ML.NET Community Samples page, here:

https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md

Thanks for sharing the sample! 👍

prathyusha12345 commented 5 years ago

@helloguo please find the ONNX scoring sample here https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/

Closing the issue. thanks 👍