likyoo / Siam-NestedUNet

The pytorch implementation for "SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images"
MIT License
246 stars 59 forks source link

F1 score #13

Open easm002 opened 2 years ago

easm002 commented 2 years ago

Hi likyoo,

Thank you for your great work.

I am wondering how you calculate F1 score.

I saw someone calculate f1 for unchanged class, and f1 for changed class. Then average these two f1 score.(they call it macro F1).