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); } */