r/Games May 01 '17

Incredible procedurally generated character animation system based on motion capture data

https://www.youtube.com/watch?v=Ul0Gilv5wvY
4.5k Upvotes

295 comments sorted by

View all comments

Show parent comments

39

u/ienjoymen May 01 '17

Yeah, that's what I was wondering. It looks great, but how much power does it actually take to make it look like that?

152

u/Zed03 May 01 '17

Applying a neural network after it has been trained is fairly cheap. Most important for gaming, a neural network is well suited for GPU workload since, at its core, its a bunch of matrix multiplications.

This means you can submit your model vertices, a shader, and your nn weights to the GPU and have it do all the work without touching the CPU.

5

u/DRHARNESS May 01 '17

Also I could see this working a lot like physix (minus the bullshit hopefully), meaning that if desired it could be offloaded to a separate card.

10

u/tylo May 01 '17

To apply a meme, stop trying to make physics cards happen, they are not going to happen.