microsoft / OnnxRuntime-UnrealEngine

Apply a Style Transfer Neural Network in real time with Unreal Engine 5 leveraging ONNX Runtime.
MIT License
230 stars 41 forks source link

It only works when ejecting player using F8 #12

Open krom8 opened 8 months ago

krom8 commented 8 months ago

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?

ss0912 commented 4 months ago

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