Joseph Redmon
2015-04-11 390a0cf923cee683e5be300390c736a2ab9b7fd5
src/crop_layer.c
@@ -7,7 +7,7 @@
    int h = layer.crop_height;
    int w = layer.crop_width;
    int c = layer.c;
    return float_to_image(h,w,c,layer.output);
    return float_to_image(w,h,c,layer.output);
}
crop_layer *make_crop_layer(int batch, int h, int w, int c, int crop_height, int crop_width, int flip)