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
72 stars 18 forks source link

IMPORTANT change depth decoding to previous version #152

Closed melisandeteng closed 3 years ago

melisandeteng commented 3 years ago

The simulated world depth decoding had been changed due to some issues of division by 0, however it seems this was due to bad resizing procedure of our dataset (bilinear interpolation instead of nearest mode) which caused weird depth values.

melisandeteng commented 3 years ago

Can you update the docstrings before merging? thanks

Thing is ... they had never been changed from my first version