Algorithm 3 Non-Maximum Suppression |
Input: |
Bounding boxes, ; |
, |
Output: |
Bounding boxes ; |
1: function |
2: { } |
3: while do |
4: |
5: : |
6: : |
7: : |
8: for do |
9: if IoU then |
10: : |
11: : |
12: end if |
13: end for |
14: end while |
15: return |
16: end function |
Algorithm 3 Non-Maximum Suppression |
Input: |
Bounding boxes, ; |
, |
Output: |
Bounding boxes ; |
1: function |
2: { } |
3: while do |
4: |
5: : |
6: : |
7: : |
8: for do |
9: if IoU then |
10: : |
11: : |
12: end if |
13: end for |
14: end while |
15: return |
16: end function |