-
Notifications
You must be signed in to change notification settings - Fork 215
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
Download ImageNet images automatically #3
Comments
Hi,I also download a sample subset of ImageNet files by the given file 'imagenet_urls.txt', but some problems to be found:
|
It would also be nice if we had more URLs. This can be accomplished by downloading the URL files from the ImageNet database and sampling them randomly. Something under 5 MB of URLs could suffice. The labels for each of the images would also need to be stored somehow. Thanks for checking it out. If you have any more questions I'd be happy to answer. |
I am very glad to get your reply so soon! |
Finding a good set of URLs with valid labels would be necessary. Unfortunately, I have not found any easy automated tools to do this, so it needs some manual work. Send a pull request if you are able. |
Modify 2_one-pixel-attack-imagenet.ipynb to download a sample subset of ImageNet files with appropriate labels. The files should be preprocessed as to be ready for the attack.
The text was updated successfully, but these errors were encountered: