| | |
| | | return 0; |
| | | } |
| | | |
| | | void do_nms_sort(box *boxes, float **probs, int total, int classes, float thresh) |
| | | void do_nms_sort_v2(box *boxes, float **probs, int total, int classes, float thresh) |
| | | { |
| | | int i, j, k; |
| | | sortable_bbox *s = calloc(total, sizeof(sortable_bbox)); |
| | |
| | | return 0; |
| | | } |
| | | |
| | | void do_nms_obj_v3(detection *dets, int total, int classes, float thresh) |
| | | void do_nms_obj(detection *dets, int total, int classes, float thresh) |
| | | { |
| | | int i, j, k; |
| | | k = total - 1; |
| | |
| | | } |
| | | } |
| | | |
| | | void do_nms_sort_v3(detection *dets, int total, int classes, float thresh) |
| | | void do_nms_sort(detection *dets, int total, int classes, float thresh) |
| | | { |
| | | int i, j, k; |
| | | k = total - 1; |