fix bug thing

This commit is contained in:
Joseph Redmon 2016-10-05 23:35:06 -07:00
parent 89b0c687b2
commit ae53edc6a4

View File

@ -1099,7 +1099,7 @@ void test_resize(char *filename)
show_image(c4, "C4"); show_image(c4, "C4");
#ifdef OPENCV #ifdef OPENCV
while(1){ 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"); show_image(aug, "aug");
free_image(aug); free_image(aug);