AlexeyAB
2018-03-28 b659d93a4a7444fc7b2b8346f1b03cb1bb462ed7
src/region_layer.c
@@ -493,6 +493,7 @@
   }
}
void get_region_detections(layer l, int w, int h, int netw, int neth, float thresh, int *map, float tree_thresh, int relative, detection *dets)
{
   int i, j, n, z;
@@ -568,4 +569,4 @@
      }
   }
   correct_region_boxes(dets, l.w*l.h*l.n, w, h, netw, neth, relative);
}
}