b6617d8285 | ||
---|---|---|
.. | ||
Assets | ||
Properties | ||
Strings/en-US | ||
VideoEffect/StyleTransferEffectComponent | ||
App.xaml | ||
App.xaml.cs | ||
AppModel.cs | ||
AppViewModel.cs | ||
BooleanToVisibilityConverter.cs | ||
ImageHelper.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
Package.appxmanifest | ||
README.md | ||
StyleTransfer.csproj | ||
StyleTransfer.sln |
README.md
Real-Time Style Transfer Sample
This UWP application uses the Microsoft.AI.MachineLearning Nuget pacakge to perform style transfer on user-provided input images or web camera streams. The VideoEffect/StyleTranfserEffectCpp project implements the (IBasicVideoEffect)[https://docs.microsoft.com/en-us/uwp/api/windows.media.effects.ibasicvideoeffect?view=winrt-19041] interface in order to create a video effect that can be plugged in to the media streaming pipeline.
For how-tos, tutorials and additional information, see the Windows ML documentation. To learn more about creating custom video effects, see this walkthrough.
Building the Sample
- If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
- Start Microsoft Visual Studio 2017 and select File > Open > Project/Solution.
Build the Video Effect
- Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample (eg. StyleTranfer). Navigate to the VideoEffect/StyleTranferEffectCpp and open the .sln file.
- Confirm that you are set for the right configuration and platform (eg. Debug, x64).
- Build the solution (Ctrl+Shift+B).
- Take note of where the .winmd file is built to (eg. StyleTransferEffectCpp/x64/Debug/StyleTransferEffectCpp.winmd).
Build the Sample App
- Open a new Visual Studio window and select File > Open > Project/Solution.
- Starting in the folder where you unzipped the samples, go to the Samples suboflder, then the subfolder for this specific example (eg. StyleTransfer). Open the Visual Studio (.sln) file.
- In the Solution Explorer, right-click on the References tab and select "Add Reference..."
- Click Browse and navigate to the .winmd file you built in the previous section (eg. StyleTransferEffectCpp/x64/Debug/StyleTransferEffectCpp.winmd). Click OK.
- In the solution explorer, select the package.appxmanifest file. Select the the Visual Assets tab and select Assets\logo.png. Set the destination to Assets, generate all assets and scale options, and hit generate.
- You should now be able to run the sample app!
Requirements
- Visual Studio 2017 - 15.4 or higher
- Windows 10 - Build 17763 or higher
- Windows SDK - Build 17763 or higher
- Microsoft.AI.MachineLearning Nuget package- version 1.4.0 or higher
Contributing
We're always looking for your help to fix bugs and improve the samples. Create a pull request, and we'll be happy to take a look.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
MIT. See LICENSE file.
The machine learning models in this sample are used with permission from Justin Johnson. For additional information on these models, refer to: