mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
| .. | ||
| CMakeLists.txt | ||
| fns_candy_style_transfer.c | ||
| README.md | ||
Build
See ../README.md
Prepare data
Please download the model from (candy.onnx)[https://raw.githubusercontent.com/microsoft/Windows-Machine-Learning/master/Samples/FNSCandyStyleTransfer/UWP/cs/Assets/candy.onnx]
Then prepare an image:
- In png format
- With dimension of 720x720
Run
fns_candy_style_transfer.exe <model_path> <input_image_path> <output_image_path>