Puneet Kohli
2018-05-06 cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1
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) {