justchenhao / STANet

official implementation of the spatial-temporal attention neural network (STANet) for remote sensing image change detection
BSD 2-Clause "Simplified" License
405 stars 110 forks source link

关于评价指标计算 #68

Open fpan98 opened 3 years ago

fpan98 commented 3 years ago

网络训练过程中图片的大小是256256的。模型训练好后,在测试过程中,是如何计算指标的? 1、在每张256256的图片上计算出各个精度再求平均 2、先将16张256256的图片还原成10241024,然后计算在1024*1024的图片上的精度,最后再求平均。 请问一下精度的计算是上述的那种方式?或者是其他的方式?