Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augmenting Dataset #20

Open
EoinKenny opened this issue Jun 2, 2022 · 4 comments
Open

Augmenting Dataset #20

EoinKenny opened this issue Jun 2, 2022 · 4 comments

Comments

@EoinKenny
Copy link

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]

@smdabdoub
Copy link

@EoinKenny Yes, thank you! Just ran into this.

@Yung-zi
Copy link

Yung-zi commented Jun 17, 2022

I tried this way. However, it didn't work. Could you please provide more information? Is your path the same as the author's? Thanks in advance.

@EoinKenny
Copy link
Author

Strange it didn't work, yeah everything else in my experiment was the same as the repo. I would imagine the problem is your environment path or something like that. This should work I think. Sorry don't think I can help anymore than that.

@SrishtiGautam
Copy link

tfd = "../../"+target_folders[i]

works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants