DOTA_devkit icon indicating copy to clipboard operation
DOTA_devkit copied to clipboard

AP计算中的正样本统计

Open FL77N opened this issue 5 years ago • 1 comments

您好,非常感谢您的工作!我有一个问题希望能得到您的解答:在计算task1的AP值时,计算正样本数量使用了npos = npos + sum(~difficult)这个来计算,请问为什么分类难度为difficult的样本不被计算在正样本之内呢?

FL77N avatar Nov 19 '20 01:11 FL77N

This is the same as the PASCAL VOC metric, which is normal.

dingjiansw101 avatar Apr 05 '21 05:04 dingjiansw101