Joseph Redmon
2015-08-13 5635523326b68a9cf604f980b3d75923d4c1f284
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