AlexeyAB
2018-03-28 42a945fc2e116de3b53aa6c76cba17281fde15cb
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;
@@ -569,3 +570,4 @@
   }
   correct_region_boxes(dets, l.w*l.h*l.n, w, h, netw, neth, relative);
}
*/