ijkguo/mx-rcnn

about convert to per class detection results?

KiXiang opened this issue · 2 comments

in function im_detect ,convert to per class detection results
for j in range(1,scores.shape[-1]), if class num is 20,j is1to19? @ijkguo

scores will have shape (...,21) after adding background class.

thanks,i get it