Searched refs:decode_bbox_width (Results 1 – 1 of 1) sorted by relevance
240 …const float decode_bbox_width = (variance_encoded_in_target ? std::exp(bbox[2]) : std::exp(prio… in DecodeBBox() local243 decode_bbox[0] = (decode_bbox_center_x - decode_bbox_width / 2.f); in DecodeBBox()245 decode_bbox[2] = (decode_bbox_center_x + decode_bbox_width / 2.f); in DecodeBBox()