microsoft / OnnxRuntime-UnrealEngine

Apply a Style Transfer Neural Network in real time with Unreal Engine 5 leveraging ONNX Runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to replace the current style transfer model with any 3P model?

Vivihung opened this issue · comments

Could we add instructions to guide users how to use their own model?

This only explains how to add the file and select it. This does not cover if code changes are required for the input or output of the model. The models included all have the same shape input and output so it works without code changes.