TWO RESIZING DATA AUGMENTATION #3967
Unanswered
EliiiFlowers
asked this question in
Q&A
Replies: 1 comment
-
I could be mis-understanding something but as far as I know, on each minibatch creation, it runs all the images from the minibatch thru your transform list, which mean it doesn't create an image added to your base image, it replaces your image by the one modified with the transformList. So it's not possible to have the same image twice (even if modified) in the same minibatch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI EVERYONE, I WANT TO KNOW IF IS POSSIBLE DOING 2 RESIZING DATA AUGMENTATION, MY ORIGINAL IMAGE IS 512X512, BUT I WANT TO MAKE A FIRST RESIZE: 512X512 TO 256X256 AND OTHER FROM 512X512 TO 1024X1024. THIS IS MY CODE:
I WANT TO KNOW IF THIS IS CORRECT OR I'M MISSING SOMETHING
Beta Was this translation helpful? Give feedback.
All reactions