-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels