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

Augmentor Error #23

Open
Yung-zi opened this issue Jun 17, 2022 · 2 comments
Open

Augmentor Error #23

Yung-zi opened this issue Jun 17, 2022 · 2 comments

Comments

@Yung-zi
Copy link

Yung-zi commented Jun 17, 2022

I tried to reproduce this code. However, an error occurred in "img_aug.py". The error is listed as follows.

raise IndexError("There are no images in the pipeline. "
IndexError: There are no images in the pipeline. Add a directory using add_directory(), pointing it to a directory containing images.

@JuChanSeo
Copy link

JuChanSeo commented Aug 23, 2022

I tried to reproduce this code. However, an error occurred in "img_aug.py". The error is listed as follows.

raise IndexError("There are no images in the pipeline. " IndexError: There are no images in the pipeline. Add a directory using add_directory(), pointing it to a directory containing images.

Hi, I had a similar problem and in my case, changing the path from relative path to absolute path when initializing "dataset_root_dir" solved this problem. Hope this helps!

@SinHanYang
Copy link

The above solution doesn't work 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

3 participants