alex-sage / logo-gen

Accompanying code for the paper "Logo Synthesis and Manipulation with Clustered Generative Adversarial Networks"
MIT License
86 stars 25 forks source link

Generator Interface in the paper #11

Open peterkentish opened 5 years ago

peterkentish commented 5 years ago

In the original paper, figure 2 has a generator interface. I am not sure if this was just conceptual in the end, or if it was developed at all? It would be super useful to ground the project I am working with something similar to this :)

alex-sage commented 5 years ago

Unfortunately this remained a concept so far. All the the contained functions can be performed on the command line using my Vector class, but I never had the time to actually develop the UI for it (and almost no experience in UI development).