You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: