Most of the statistics are a function of the overlap requirement. When we have a potential overlap between a ground truth aand a detected box, there is the question of whether they are a correct pairing, or if the detected box is the same as the ground truth box. We have not done a deep correspondence analysis. Instead, we compute the ratio (area of the intersection of the boxes)/(area of the ground truth box). This is the overlap. A match is determined to occur if the the overlap is at least as big as the Overlap Requirement. The bigger the overlap requirement, the more the boxes are required to overlap. hence performance usually declines as the requirement reaches 100%.