ProGamerGov / neural-dream

PyTorch implementation of DeepDream algorithm
MIT License
132 stars 19 forks source link

Can you by any chance add the funtion that deep dream videos? #9

Open aertist opened 3 years ago

aertist commented 3 years ago

Like splitting it into frames and then dreaming on each frame? i know that will be slow. But on the whole internet i only found your code that exposes all the layers and channels and 16 different models in it. Great work dude. also are you aware, your code was used in a software called Vision of chaos? Here's a video of that https://youtu.be/4fPClw2SXc4?t=1661

ProGamerGov commented 3 years ago

@aertist Normally I avoid video because testing takes a long lime, and because it normally requires another library for temporal coherence.

Thank you! And it's always really cool to see people using my code!