For anyone recreating this, the img_aug.py file should have this alteration to work correctly I think?
for i in range(len(folders)):
fd = folders[i]
tfd = '../../../../' + target_folders[i]
when before it was...
for i in range(len(folders)):
fd = folders[i]
tfd = target_folders[i]
For anyone recreating this, the img_aug.py file should have this alteration to work correctly I think?
when before it was...