Home
last modified time | relevance | path

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

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dimage.c319 …qsort(selected_detections, selected_detections_num, sizeof(*selected_detections), compare_by_lefts… in draw_detections_v3()
326 … round((selected_detections[i].det.bbox.x - selected_detections[i].det.bbox.w / 2)*im.w), in draw_detections_v3()
327 … round((selected_detections[i].det.bbox.y - selected_detections[i].det.bbox.h / 2)*im.h), in draw_detections_v3()
328 … round(selected_detections[i].det.bbox.w*im.w), round(selected_detections[i].det.bbox.h*im.h)); in draw_detections_v3()
338 … round((selected_detections[i].det.bbox.x - selected_detections[i].det.bbox.w / 2)*im.w), in draw_detections_v3()
339 … round((selected_detections[i].det.bbox.y - selected_detections[i].det.bbox.h / 2)*im.h), in draw_detections_v3()
340 … round(selected_detections[i].det.bbox.w*im.w), round(selected_detections[i].det.bbox.h*im.h)); in draw_detections_v3()
348 …qsort(selected_detections, selected_detections_num, sizeof(*selected_detections), compare_by_probs… in draw_detections_v3()
420 … if (selected_detections[i].det.prob[j] > thresh && j != selected_detections[i].best_class) { in draw_detections_v3()
429 if (selected_detections[i].det.mask) { in draw_detections_v3()
[all …]