EC173 – Neural Rendering
Create a diffusion model for rendering video game frames. It takes N previous frames + a currently created frame and outputs a full rendered frame. The input frame should be created using ray tracing in real time with a much smaller resolution. For training, also a full resolution version should be…