Skip to content

Augmenting Dataset #20

@EoinKenny

Description

@EoinKenny

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions