Joseph Redmon
2015-08-02 f11480833d19c0a7e9e1f7b45a19ba5bb5d63666
src/crop_layer.c
@@ -48,6 +48,10 @@
    int dw = rand()%(l.w - l.crop_width + 1);
    float scale = 2;
    float trans = -1;
    if(l.noadjust){
        scale = 1;
        trans = 0;
    }
    if(!state.train){
        flip = 0;
        dh = (l.h - l.crop_height)/2;