-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does not process images #1
Comments
I am very sorry that I don't have time to check this repo. You may directly download processed image using following link: |
I had the same problem. |
Thanks for your contribution. You may create a pull request and I'll merge it. |
It turned out the code I posted above was wrong, and I am really sorry for the confusion. The original code is correct, and the reason I had the problem was that I wrongly specified the
However, my ImageNet directory structure was like |
Thanks all the same for your interest in our work. I'll check this repo later when I have time. |
This code is very useful, and thank you for sharing it with us! |
Running the following command:
python tiered_imagenet_generator.py --tar_dir [your_path_of_the_ILSVRC2012_img_train.tar]
creates the directory structure:
tiered-imagenet/train/n**/
but no files.Further, the
processed_images
directory is not created.I tried the same command with the
mini-imagenet-tools
repo and it works correctly, so I'm assuming that my tar-file is fine.The text was updated successfully, but these errors were encountered: