Searched defs:x_max_intersection (Results 1 – 2 of 2) sorted by relevance
43 const auto x_max_intersection = std::min<float>(box1.xmax, box2.xmax); in iou() local
181 const auto x_max_intersection = std::min<float>(box_i_xmax, box_j_xmax); in run() local