Comment on ELI5: How does Frame Generation even work?
WalnutLum@lemmy.ml 2 weeks ago
Works the same way as any other software optimization: lower quality computation as a shortcut.
The predicted frames don’t use the same full stack of data that a true frame uses to render, they just use the previous frames data and the motion vectors. The rest is a very efficient nueral-network guessing algorithm based on those two pieces of data instead of the full shader stack.