mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fix bug thing
This commit is contained in:
parent
89b0c687b2
commit
ae53edc6a4
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user