Searched defs:y_max_intersection (Results 1 – 2 of 2) sorted by relevance
42 const auto y_max_intersection = std::min<float>(box1.ymax, box2.ymax); in iou() local
180 const auto y_max_intersection = std::min<float>(box_i_ymax, box_j_ymax); in run() local