KL-Loss icon indicating copy to clipboard operation
KL-Loss copied to clipboard

ap95 overwrite ap90 in cocoapi

Open ljquality opened this issue 4 years ago • 0 comments

stats[16] = _summarize(1, iouThr=.9, maxDets=self.params.maxDets[2]) stats[16] = _summarize(1, iouThr=.95, maxDets=self.params.maxDets[2]) I find these two line in your modified cocoapi. Ap95 data will overwrite ap90 data. Isn't it?

ljquality avatar Sep 25 '19 03:09 ljquality