You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] Tiantian.Xie Original CL Desc ----------------------------------------------------------------- Add neural post processing (experimental). * Add neural profile to config which neural network to use. Texture index is used by default where [-1,3,H,W] is supported. Use Buffer index to support [-1,C,H,W]. Need to config the batch size override or the tile size correspondingly. * Config in the post process material which neural profile to use and enable `used with neural network`. * Use neural input/output to control the input and output of the neural network. For neural input, [B,C, U, V] is the index, input0 takes 3 effective channels, mask determines if we should use it as input to the network. Only one node can be used per material; Multiple neural outputs can be used. For texture indexing, automatic bilinear downscaling and upscaling is applied. For Buffer indexing, the user has full control to access the value ( user needs to perform their own filtering). #jira UE-197119 #rb aleksander.netzel,nico.ranieri,jason.nadro,massimo.tristano [CL 28506280 by aleksander netzel in ue5-main branch]