tomahim / py-image-dataset-generator

Get a large image dataset with minimal effort by grabbing image through the web and generate new ones by image augmentation.
MIT License
218 stars 41 forks source link

Cannot reach 100% download #13

Open tuannguyenngoc opened 6 years ago

tuannguyenngoc commented 6 years ago

Hi there, Thank you very much for your project. It's very helpful. I have the same problem when it stops downloading before reaching limit. capture I notice that it only finds 710 images on both Google and Bing which is unusual because I think there are more "popular meme" on two sites. And you mentioned you were able to download 1000 images. In bing_grabber.py and google_grabber.py, I tried to increase no_of_pages_down to 200/300 (no_of_pages_down = 20 if nb_images < 300 else 200) but it did not help. My system: OS: Windows 7 Enterprise Chrome: Version 67.0.3396.62 (Official Build) (64-bit) Anaconda 5.2.0 Python 6.4.0 Can you please help? Thank you.

P/S: I found a closed issue about this problem so I re-create a new issue.