Skip to content

Commit

Permalink
Detection Evaluation Onput AP70 Instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhuan-wu committed Apr 2, 2021
1 parent 8c9bcc3 commit 143563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonAPI/pycocotools/cocoeval.py
Expand Up @@ -459,7 +459,7 @@ def _summarizeDets():
stats = np.zeros((12,))
stats[0] = _summarize(1)
stats[1] = _summarize(1, iouThr=.5, maxDets=self.params.maxDets[2])
stats[2] = _summarize(1, iouThr=.75, maxDets=self.params.maxDets[2])
stats[2] = _summarize(1, iouThr=.7, maxDets=self.params.maxDets[2])
stats[3] = _summarize(1, areaRng='small', maxDets=self.params.maxDets[2])
stats[4] = _summarize(1, areaRng='medium', maxDets=self.params.maxDets[2])
stats[5] = _summarize(1, areaRng='large', maxDets=self.params.maxDets[2])
Expand Down

0 comments on commit 143563f

Please sign in to comment.