src/box.h @@ -11,5 +11,6 @@ float box_iou(box a, box b); dbox diou(box a, box b); void do_nms(box *boxes, float **probs, int num_boxes, int classes, float thresh); #endif