Files
UnrealEngineUWP/Engine/Config
aleksander netzel 55a54ee800 [Backout] - CL28467774
[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]
2023-10-05 13:25:55 -04:00
..
2023-08-07 17:13:36 -04:00
2023-10-05 13:25:55 -04:00