AlexeyAB
2018-06-30 1e9d1fcedf1a361bcdb384f15b5b14bdb526576d
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) {