Home
last modified time | relevance | path

Searched refs:box_w (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.cc165 … float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local
169 box_w = box_w * box_w * (float)anchor[a * 2]; in process()
171 box_x -= (box_w / 2.0); in process()
190 boxes.push_back(box_w); in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc206 float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local
210 box_w = box_w * box_w * (float)anchor[a * 2]; in process()
212 box_x -= (box_w / 2.0); in process()
230 boxes.push_back(box_w); in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc229 … float box_w = sigmoid(deqnt_affine_to_f32(in_ptr[2 * grid_len], zp, scale)) * 2.0; in process() local
233 box_w = box_w * box_w * (float)anchor[a * 2]; in process()
235 box_x -= (box_w / 2.0); in process()
252 boxes.push_back(box_w); in process()