danfenghong / IEEE_TIP_UIU-Net

Xin Wu, Danfeng Hong, Jocelyn Chanussot. UIU-Net: U-Net in U-Net for Infrared Small Object Detection, IEEE Trans. Image. Process., 2022, 32: 364-376.
Apache License 2.0
136 stars 15 forks source link

在test.py中IoU=total_IoU/20为什么除以20? #3

Open BLUE-coconut opened 1 year ago

BLUE-coconut commented 1 year ago

代码中iou的计算感觉有点问题。

Joazs commented 1 year ago

因为他用sirst的20张图片做测试,图片总数是20,所以要除以20. 这是我的个人理解,我当时也想问的。。。