Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] A Tool for gAnimating Anime with StyleGAN

I’ve been working on a multipart project involving a reimplementation of StyleGAN and a research tool to interact with trained StyleGAN models.

Here’re some example images/gifs from the project:

I published a couple of blogs that go into more detail.

In the first blog, I introduce the project and discuss the results, the implementation, and the training data. I also share the code for the tool and my StyleGAN reimplementation:

https://towardsdatascience.com/animating-ganime-with-stylegan-part-1-4cf764578e

The second part is a tutorial that demonstrates how to use the tool to animate images and detect facial features. In it, I supply a compiled version of the (Windows) tool that can be used to follow the tutorial:

https://towardsdatascience.com/animating-ganime-with-stylegan-the-tool-c5a2c31379d?source=friends_link&sk=eec12e2da8c84b9736d32f697da21689

My background before ML was reverse engineering, so building a tool that simplified visualizing and interacting with the internal representation of a model felt like an important step to understand it better. There were some results I did not expect, like how modifying a single feature map can consistently make the same meaningful changes across many different images (like opening/closing a mouth). Also, the ability of some feature maps to act as facial feature detectors without training labels made me interested in applying the same approach to other types of generative models.

Let me know if you have any questions/comments/corrections/criticisms or know about similar prior work. As this has been a solo project, I’m pretty starved for outside perspectives.

submitted by /u/re_gen
[link] [comments]