Tino Hager
2018-07-03 f4d4099104c0a746e2ea2349d724e6fbca0a8757
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) {