Research Article

A Fast Postprocessing Algorithm for the Overlapping Problem in Wafer Map Detection

Algorithm 1

fs-NMS algorithm.
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