WOW ENCORE ! Will you be doing any more on NNE in the future ? For e.g use NNE for taking a webcam input and using Midas depth for making a UE object ( shader or particle system) react based on the distance to cam. Cheers, b
@openroomxyz4 ай бұрын
That's nice but is it possibile to get temporial stability and like 1080p or 4k output ? Btw nice video thanks for creating
@nawhz62924 ай бұрын
it looks amazing but why is iot so blurry?
@SaschaRobitzki13 күн бұрын
Because the model's output is only 224x224. You can see that in the neural profile. You can add a super-resolution model to the postprocess to get a higher resolution output from the same style transfer model. There's a super-resolution ONNX model in the GitHub repository mentioned in the video. Unfortunately, that model is only a single channel model, so you have to run it once for all three colors in three passes. I just tried it in UE 5.5.0, and it works. Alternatively, you can use a larger model with three color channels from other sources (i.e., Open Model DB). I tried one as well. The quality is higher, but it consumes more resources.
@nawhz629212 күн бұрын
@@SaschaRobitzki dangit bro. I appreciate your time and research. thank you so much.
@erban.3d4 ай бұрын
Yet i have a question. I cannot render this even if its perfectly normal in veiwport? it crashes. any solutions?
@SaschaRobitzki13 күн бұрын
Did you try a different NNE runtime? What GPU do you have?