MicrosoftDocs / labs

Creative Commons Attribution 4.0 International
5 stars 8 forks source link

Emotion detection with Windows ML (edge) #4

Closed 79212 closed 6 years ago

79212 commented 6 years ago

I have a problem with "1. Detect emotions with a local model and Windows ML:

1.Download the model from the Azure AI Gallery.

  1. In Visual Studio, drag and drop the downloaded FER-Emotion-Recognition.onnx file to the Assets folder in your Solution Explorer. Visual Studio will generate a new FER-Emotion-Recognition.cs file with the necessary code to create and execute the model.

  2. Right-click on the FER-Emotion-Recognition.onnx file, select Properties, set Build Action to "Content" and Copy to Output Directory to "Copy if newer"."

Since I am new to Visual Studio, who can recommend me a video which demo the above three steps.

Thanks, Bintao Li

[Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

cbarkerms commented 6 years ago

Please see ~5:00 in this video: https://channel9.msdn.com/Shows/ifdefWINDOWS/ifdef-WINML

Closing, but please let me know if you are still having issues.