|
|
|
|
|
by psycr
3837 days ago
|
|
I produced something similar to this shortly after the release of https://github.com/karpathy/char-rnn: http://i.imgur.com/rb0GJvQ.gifv Basically, you create a video, dump the video's frames with ffmpeg, run each frame through the RNN, and stitch them back together. It took me several hours to produce just ten seconds of video. Unfortunately, unless you have a Titan X GPU the max size of each image is quite small (certainly less than 1080p), which may be why the frames in this video are split into four quadrants. |
|
I got a new GPU recently and have been doing mostly text RNN these days, but it's fun to look back on this occasionally:
http://binarymax.com/reality_remix.html