This is a multithreaded tool for downloading search results of Baidu image search.
I tailor the repository BaiduImageCrawler to suite my needs to download images from Baidu.
- Python 2.7
$ ./run.sh
you may need to modify key_words_list
in run.sh
file
for customized usage.
###Note###
the number of images to be downloaded is at least -num_images
you specified in run.sh, becuause in crawler.py, we will first downloaded before this conditional statements truly works(excluding the staring trival case).