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

imagenet dataset download #95

Closed
GaoJiqiang opened this issue Apr 2, 2021 · 1 comment
Closed

imagenet dataset download #95

GaoJiqiang opened this issue Apr 2, 2021 · 1 comment

Comments

@GaoJiqiang
Copy link

I want to train a standard model on imagenet, but there has a problem when downloading the dataset.

image

@Hadisalman
Copy link
Member

Hi @GaoJiqiang, you have to first download ImageNet before running the code (the code won't download it automatically for you).

Basically you have to obtain a copy of ImageNet (http://www.image-net.org/index), then preprocess the val directory to look like the train directory by running this script. Finally, point --data to the directory containing the train and val folders of ImageNet that you downloaded and processed.

Hope this helps!

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

2 participants