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

It only works when ejecting player using F8

krom8 opened this issue · comments

Hi, I'm testing this tutorial. But it doesn't work for me.
This is before I push play button.
beforeeeeeeeeeeee
This is after I push play button.
after
But it works after I push ejectting player button using F8
eject
I think this happens because output of previous tick is used for input of next style transfer tick.
Anyone knows the reason?

I'm having the same problem. I wonder if you solved it?