Research Article
A Fast Postprocessing Algorithm for the Overlapping Problem in Wafer Map Detection
| Input: | | is the list of initial detection boxes | | contains corresponding detection score | | is the NMS threshold | | begin | | | | while do | | | | | | | | for in do | | if then | | | | end | | end | | end | | return | | end |
|