POSTECH-CVLab / PyTorch-StudioGAN

StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.
https://github.com/MINGUKKANG
Other
3.39k stars 337 forks source link

Generate synthetic images in Colab environment #208

Open asifnuaa opened 2 months ago

asifnuaa commented 2 months ago

I am average programmer. Can you please guide me

1- how to run this code in google colab environment? 2- I have dataset of otoscope medical images. how do I generate new synthetic images given my own dataset of otoscope medical images?

asif-nuaa commented 2 months ago

point no 1 has been solved. However, I am still seeking the solution for point no 2, to train different GANs on custom dataset.