Joseph Redmon
2015-08-17 3a99b8151f6a002353691b1254b395eb52effefa
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