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

AssertionError: Incomplete dataset #66

Open
tengerye opened this issue Jan 4, 2019 · 3 comments
Open

AssertionError: Incomplete dataset #66

tengerye opened this issue Jan 4, 2019 · 3 comments

Comments

@tengerye
Copy link

tengerye commented Jan 4, 2019

Hi, I got the following error and don't know what to do:

AssertionError: Incomplete dataset in /home/ubuntu/datasets/bird_or_bicycle/0.0.4/test/bird: Expected 125 images and found 0.       Please remove the corrupt dataset and try again
@tengerye
Copy link
Author

tengerye commented Jan 4, 2019

I dive the problem and found that images are missing. In the dataset.py,

try:
    check_output(cmd, shell=True)
except subprocess.CalledProcessError:
    pass

I intercepted the command aws s3 --no-sign-request cp s3://open-images-dataset/train/0ad6567631c02464.jpg /home/ubuntu/datasets/bird_or_bicycle/0.0.4/train/bird and executed on the shell, it worked. But it seems not to work within python.

@mani-nm
Copy link

mani-nm commented Feb 4, 2019

I am getting the same error on windows.

@carlini
Copy link
Collaborator

carlini commented Feb 4, 2019

We haven't tested it on windows to the best of my knowledge, unfortunately...

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