Joseph Redmon
2015-07-30 846b3b4366c8d1a1ab7215db3ce4f4180ea53cb5
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