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

Metrics masker #197

Closed alexhernandezgarcia closed 3 years ago

alexhernandezgarcia commented 3 years ago

The main novelty is a new metric, accuracy_must_may which is the accuracy computed as though the only classes were must and may. It may be better to look at this than TPR and MNR.

Otherwise it's mostly code re-organisation.