nv-tlabs / semanticGAN_code

Official repo for SemanticGAN https://nv-tlabs.github.io/semanticGAN/
MIT License
180 stars 34 forks source link

Checkpoints and training process #16

Closed AbdouMechraoui closed 2 years ago

AbdouMechraoui commented 2 years ago

Hi there!

Thank you so much for providing the code for your paper :). Any chance I could get my hands on the checkpoints, and pre-trained models?

I also wanted to clarify some things regarding training the model. The training is done on unlabeled images first, where the segmentation branch is completely ignored. After that, you use the labeled dataset to refine the generator. Would it be possible to elaborate on that please? The supplementary material covers the cases of training the generator and the encoder. Nothing is mentioned about training the generator with labeled and unlabeled datasets.