Searched refs:ctr_y (Results 1 – 5 of 5) sorted by relevance
59 const float ctr_y = (b1 / scale_before) + 0.5f * height; in bounding_box_transform_qsymm16() local73 const float pred_ctr_y = dy * height + ctr_y; in bounding_box_transform_qsymm16()113 const T ctr_y = (b1 / scale_before) + T(0.5f) * height; in bounding_box_transform() local127 const T pred_ctr_y = dy * height + ctr_y; in bounding_box_transform()
70 const T ctr_y = (boxes[start_box + 1] / scale_before) + T(0.5f) * height; in bounding_box_transform() local87 const T pred_ctr_y = dy * height + ctr_y; in bounding_box_transform()
68 const float ctr_y = y1 + 0.5f * height; in generate_deltas() local71 deltas[4 * num_classes * i + 4 * j + 1] = (ctr_y - ex_ctr_y) / ex_height; in generate_deltas()
163 const float ctr_y = yy1 + (h / 2); in NonMaximaSuppression() local166 … >= info.min_size() && h >= info.min_size() && ctr_x < info.im_width() && ctr_y < info.im_height()… in NonMaximaSuppression()
108 const float ctr_y = y1 + 0.5f * height; in GeneratePreNMSUprightBoxesKernel() local109 const float pred_ctr_y = ctr_y + height * dy; in GeneratePreNMSUprightBoxesKernel()