I wanted to do image recognition this time, so I decided to collect images using google_images_download.
MacOS Google Chrome
Tool "google-images-download" to download images from Google at once I was trying to be able to collect images by referring to this article.
pip install google_images_download
I ran this code and thought that the installation of google_images_download was completed, but when I tried to collect images, I got an error.
I wondered why [Google image download did not work, so support] (https://qiita.com/taedookim/items/63759e79426514c8a729) Google-images-download folder is created but not downloaded Since there was this article,
git clone https://github.com/Joeclinton1/google-images-download.git gid-joeclinton
pip install -e gid-joeclinton
I ran the code and used google_images_download again to collect the images and it worked!
I don't know why I needed to run the one cloned with git, but this time it's working, so I'm glad!
For the time being, I would like to do image recognition.
Recommended Posts