Skip to content

Instantly share code, notes, and snippets.

@erfg12
Last active April 2, 2020 19:02
Show Gist options
  • Save erfg12/e3b46eeb11937eda2661d4ea6e19ba75 to your computer and use it in GitHub Desktop.
Save erfg12/e3b46eeb11937eda2661d4ea6e19ba75 to your computer and use it in GitHub Desktop.
Machine Learning for object recognition in image

Build your ONNX model

Reference this doc: https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/intro

and this doc: https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-onnx

Making a TSV with images (if necessary)

Basically follow this structure: https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ImageClassification_TensorFlow/ImageClassification/assets/inputs/images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment