Home
last modified time | relevance | path

Searched refs:selected_detections_num (Results 1 – 2 of 2) sorted by relevance

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dbox.h54 …ual_detections(detection *dets, int dets_num, float thresh, int* selected_detections_num, char **n…
H A Dimage.c267 …ual_detections(detection *dets, int dets_num, float thresh, int* selected_detections_num, char **n… in get_actual_detections() argument
289 if (selected_detections_num) in get_actual_detections()
290 *selected_detections_num = selected_num; in get_actual_detections()
315 int selected_detections_num; in draw_detections_v3() local
316 …s* selected_detections = get_actual_detections(dets, num, thresh, &selected_detections_num, names); in draw_detections_v3()
319 …qsort(selected_detections, selected_detections_num, sizeof(*selected_detections), compare_by_lefts… in draw_detections_v3()
321 for (i = 0; i < selected_detections_num; ++i) { in draw_detections_v3()
348 …qsort(selected_detections, selected_detections_num, sizeof(*selected_detections), compare_by_probs… in draw_detections_v3()
349 for (i = 0; i < selected_detections_num; ++i) { in draw_detections_v3()