Joseph Redmon
2016-10-06 ae53edc6a42833116b469bdbf288ae9adf01671a
fix bug thing
1 files modified
2 ■■■ changed files
src/image.c 2 ●●● patch | view | raw | blame | history
src/image.c
@@ -1099,7 +1099,7 @@
    show_image(c4, "C4");
#ifdef OPENCV
    while(1){
        image aug = random_augment_image(im, 0, 320, 448, 320, .75);
        image aug = random_augment_image(im, 0, .75, 320, 448, 320);
        show_image(aug, "aug");
        free_image(aug);