davidbau / rewriting

Rewriting a Deep Generative Model, ECCV 2020 (oral). Interactive tool to directly edit the rules of a GAN to synthesize scenes with objects added, removed, or altered. Change StyleGANv2 to make extravagant eyebrows, or horses wearing hats.
https://rewriting.csail.mit.edu/
MIT License
537 stars 76 forks source link

UI doesn't show up in colab when using the faces dataset #10

Open aferriss opened 3 years ago

aferriss commented 3 years ago

Hi! Thanks for making this code available. I saw your lecture in Ali Jahanian's class on yt and wanted to try this out with faces.

However, when changing the colab to use faces instead of church, the UI doesn't show up when the cell completes. There's no error or anything as far as I can tell, execution just ends without anything happening. Things work correctly when I leave the modelname as church though.

Thanks again for the help!

dvschultz commented 3 years ago

seems like a colab issue. Im able to run it locally in jupyter but not on Colab. See this issue: https://github.com/davidbau/rewriting/issues/6