Joseph Redmon
2016-06-25 cf32e7e9b843560eb7ec3ed16e5b19f0f7156724
src/parser.c
@@ -264,6 +264,7 @@
    layer.noobject_scale = option_find_float(options, "noobject_scale", 1);
    layer.class_scale = option_find_float(options, "class_scale", 1);
    layer.jitter = option_find_float(options, "jitter", .2);
    layer.random = option_find_int_quiet(options, "random", 0);
    return layer;
}