So I created a loop that goes through a directory full of images and I want to flip each one of them and save it. However, when applying flipLR.augment_image to each image over a loop. It only applies sometimes (It's either comes to be the original image or flipped) creating a very messy dataset. Does anyone know why this happening?
So I created a loop that goes through a directory full of images and I want to flip each one of them and save it. However, when applying flipLR.augment_image to each image over a loop. It only applies sometimes (It's either comes to be the original image or flipped) creating a very messy dataset. Does anyone know why this happening?
Thanks in advance.