cc-ai / climategan

Code and pre-trained model for the algorithm generating visualisations of 3 climate change related events: floods, wildfires and smog.
https://thisclimatedoesnotexist.com
GNU General Public License v3.0
75 stars 18 forks source link

ADVENT use target segmentation? #87

Closed vict0rsch closed 3 years ago

vict0rsch commented 4 years ago

Currently our ADVENT implementation uses target labels from deeplab v2 as GT to train the "segmentation" (ie masker for us). This is not how they do it in the paper so we should check w/ experiments what's best

tianyu-z commented 4 years ago

It is not using target segmentation now (in the main_loss in the masker_loss).