Skip to content

Instantly share code, notes, and snippets.

@rnrneverdies
Created March 12, 2018 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnrneverdies/dadc6733a9c2d6679d6c714e3ce0d872 to your computer and use it in GitHub Desktop.
Save rnrneverdies/dadc6733a9c2d6679d6c714e3ce0d872 to your computer and use it in GitHub Desktop.
Loaded event handler for the Windows Machine Learning, EmotionRecognition sample.
private async void Page_Loaded(object sender, RoutedEventArgs e)
{
// Load onnx model
await LoadModelAsync();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment