AlexeyAB
2018-03-08 a6c51e3b758aee7fd3a6f1d37daa8dcad4891e52
src/detector.c
@@ -918,7 +918,7 @@
      float box_h = points->data.fl[i * 2 + 1];
      //int cluster_idx = labels->data.i[i];    
      int cluster_idx = 0;
      float min_dist = 1000000;
      float min_dist = FLT_MAX;
      for (j = 0; j < num_of_clusters; ++j) {
         float anchor_w = centers->data.fl[j * 2];
         float anchor_h = centers->data.fl[j * 2 + 1];