-
Notifications
You must be signed in to change notification settings - Fork 62
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
Cannot get CUB_200_2011 dataset from "python3 process.py cub" #26
Comments
What's the error message for your commands? |
Only get 68.44K file with the above command |
The following two commands work for me. They might work for you too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in the title
Since Caltech move the dataset to Google drive, we can't use the command
wget http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz
to get the datasetSo I use the following method to download the dataset and manually unzip the file and then run write_cub_filelist.py
Do you have any idea on handle this problem?
The text was updated successfully, but these errors were encountered: