hucvl / attribute_hallucination

125 stars 19 forks source link

How to use enhancer properly #6

Open davidggz opened 4 years ago

davidggz commented 4 years ago

I've been able to generate images with your pretrained model and I could start a training with a custom data set. However, I don't get how to generate images with the enhancer introducing the images generated by the coarse generator as input.

leventkaracan commented 4 years ago

After training coarse model, we integrate additional modules to generate higher resolution and detailed images and continue training. We call it enhancer model. You do not need to give coarse model as input after you train an enhancer model anymore(it already contains coarse model).