I have cats images in a directory.I want to apply data augmentation manually to these images.
My directory is Downloads/Images/Cats/.
This directory has images with two types of labels/names:
cat1_001.png,cat1_002.png, ...cat2_001.png,cat2_002.png, ...
specifying two types of cat images.
So how can I iterate through the images with label 1 only from the directory in python?