LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

metric is error. F1 != (2*PC*SE)/(PC+SE) #57

Closed NguyenHungHust256 closed 1 year ago

NguyenHungHust256 commented 4 years ago

metric is error. F1 != (2PCSE)/(PC+SE).