AlexeyAB
2018-05-28 1b7a1a0f33538c9544ad4bf693b4a4247a5548b8
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) {