dorarad / gansformer

Generative Adversarial Transformers
MIT License
1.32k stars 149 forks source link

Data generation #30

Open INF800 opened 2 years ago

INF800 commented 2 years ago

Hi,

I have instance segmentation dataset for street view. Can I use this project to synthesize novel data using the annotated data?

Regards, Rakesh

dorarad commented 2 years ago

Hi, the public GANformer model supports unconditional generation but indeed I do plan to release the extended model, GANformer2, https://arxiv.org/abs/2111.08960, that can perform conditional generation from a layout to an output image. Will keep you updated as it gets released!

INF800 commented 2 years ago

Please feel free to open issues and link here which can speed up the release. If I can, I will definitely send some PRs. This is a great project to contribute to.

dorarad commented 2 years ago

Thank you so much for the kind words! :-)