Alexey
2018-05-17 71437a936d398ee40342cd140a14c2e4f00bea9f
src/detector.c
@@ -132,6 +132,8 @@
         int random_val = rand() % 12;
         int dim_w = (random_val + (init_w / 32 - 5)) * 32; // +-160
         int dim_h = (random_val + (init_h / 32 - 5)) * 32; // +-160
         if (dim_w < 32) dim_w = 32;
         if (dim_h < 32) dim_h = 32;
         printf("%d x %d \n", dim_w, dim_h);
         args.w = dim_w;