-
Notifications
You must be signed in to change notification settings - Fork 134
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
Comments
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! |
The above solution doesn't work for me. |
have fixed it like this:
|
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.
The text was updated successfully, but these errors were encountered: