Tino Hager
2018-06-23 00903aebd3d4979ff5128c981d2f13e5595454c6
src/box.c
@@ -294,7 +294,6 @@
void do_nms_obj(detection *dets, int total, int classes, float thresh)
{
   printf(" total = %d, classes = %d, thresh = %f \n", total, classes, thresh);
   int i, j, k;
   k = total - 1;
   for (i = 0; i <= k; ++i) {