Home
last modified time | relevance | path

Searched refs:anchor0 (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.cc212 int anchor0[6] = {10, 13, 16, 30, 33, 23}; in post_process() local
227 validCount0 = process(input0, (int *)anchor0, grid_h0, grid_w0, model_in_h, model_in_w, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc30 const int anchor0[6] = {10, 13, 16, 30, 33, 23}; variable
265 …validCount0 = process(input0, (int*)anchor0, grid_h0, grid_w0, model_in_h, model_in_w, stride0, fi… in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc28 const int anchor0[6] = {10, 13, 16, 30, 33, 23}; variable
293 validCount0 = process(input0, (int *)anchor0, grid_h0, grid_w0, model_in_h, model_in_w, in post_process()