Created
March 12, 2018 12:00
-
-
Save rnrneverdies/dadc6733a9c2d6679d6c714e3ce0d872 to your computer and use it in GitHub Desktop.
Loaded event handler for the Windows Machine Learning, EmotionRecognition sample.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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