-
Notifications
You must be signed in to change notification settings - Fork 47
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
When running get_data.py file ? #5
Comments
In python2.7, instead of 'urllib.request.urlretrieve(domain+img, path+str(img_no)+".png")', you should change to 'urllib.urlretrieve(domain+img, path+str(img_no)+".png")'. I success. |
@rahulmeena97 |
Running get_data.py file doesn't work. After running the file it just creates an empty folder . I just only change the loop range from range(0,75) to range(0,1) due to internet issues.
The text was updated successfully, but these errors were encountered: