forked from pierluigiferrari/ssd_keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add option on how to treat border pixels of bounding boxes
Any operations that involve computing the areas of bounding boxes, such as computation of the IoU, now let you decide whether a box's border pixels should be included in or excluded from the box area. This behavior is more consistent than the previous behavior, which neither included nor excluded border pixels cleanly. Either alternative makes only a small difference, but among other things it was necessary to provide an option to include border pixels in order to precisely replicate the official Pascal VOC mean average precision (mAP) computation.
- Loading branch information
1 parent
03fa7c4
commit 81ddd31
Showing
4 changed files
with
105 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.