Home
last modified time | relevance | path

Searched refs:box_h (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc166 … float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local
170 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()
172 box_y -= (box_h / 2.0); in process()
191 boxes.push_back(box_h); in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc207 float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local
211 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()
213 box_y -= (box_h / 2.0); in process()
231 boxes.push_back(box_h); in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc230 … float box_h = sigmoid(deqnt_affine_to_f32(in_ptr[3 * grid_len], zp, scale)) * 2.0; in process() local
234 box_h = box_h * box_h * (float)anchor[a * 2 + 1]; in process()
236 box_y -= (box_h / 2.0); in process()
253 boxes.push_back(box_h); in process()