hellock / icrawler

A multi-thread crawler framework with many builtin image crawlers provided.
http://icrawler.readthedocs.io/en/latest/
MIT License
855 stars 174 forks source link

Unable to download more images in BingImageDownloader #92

Open sayantanbbb opened 3 years ago

sayantanbbb commented 3 years ago

I am trying to create a ML dataset I set max_num to 200 and key='face' it only downloads 109 images , I go to result page where images were being crawled i saw that there only 109 images , so hopefully no problem in crawling , but when i search it normally in bing and go to images i get many images , how can i fix this . This dose not happen to every key

XiaokangLiuCUG commented 3 years ago

Is this issue has been solved? I have got the same problem. I tried 100 images, but only save around 20 images. while it seems fine in January when I first use it.

somisawa commented 2 years ago

My comment may help you. Replace GoogleCrawler in the comment to the crawler what you wanna use!