Home
last modified time | relevance | path

Searched refs:yolo_post_process (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 Dyolo_image.h19 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf,
H A Dnative-lib.cc95 detect_counts = yolo_post_process((char *)grid0_buf, (char *)grid1_buf, (char *)grid2_buf, in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
H A Dyolo_image.cc354 int yolo_post_process(char *grid0_buf, char *grid1_buf, char *grid2_buf, in yolo_post_process() function