LoginSignup
3
5

More than 3 years have passed since last update.

Google_images_downloadで画像をダウンロードできない

Last updated at Posted at 2020-09-16

今回は画像認識を行いたいなーと思っていたので、google_images_downloadを使って画像を収集することにしました。

実行環境

MacOS
Google Chrome

詰まったところ

Googleから画像を一括でダウンロードするツール「google-images-download」
こちらの記事を参考にして、画像を収集できるようにしようとしていました。

pip install google_images_download

このコードを実行して、google_images_downloadのインストールは完了したと思ったのですが、いざ画像を収集しようと思ったら、エラーが発生するという状況

なんでかな〜、と思い調べてみたら
google image downloadが動かなかったのでその対応
google-images-download フォルダーはできるけどダウンロードされない
こちらの記事がありましたので、

git clone https://github.com/Joeclinton1/google-images-download.git gid-joeclinton
pip install -e gid-joeclinton

コードを実行して、再びgoogle_images_downloadを使って、画像を収集したら、上手くいきました!

まとめ

なんでgitでクローンしたやつを実行する必要があったのかは、自分もわかりませんが、今回は動くようになったので、良かったかなと思います!

とりあえずは画像認識をやっていきたいと思います。

3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5