CSAILVision / gandissect

Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
MIT License
1.77k stars 282 forks source link

GANPaint non-GAN images? #4

Closed gideonmann77 closed 5 years ago

gideonmann77 commented 5 years ago

Is it possible to paint images that have not been generated from the GAN itself?

davidbau commented 5 years ago

Not at this time. It's a natural extension to try to build, but we'd need to train an encoder that matches the generator. Let us know if you try it!