0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

大量の画像を集めたいから「google image download」を使ってみた

Last updated at Posted at 2020-08-20

#初めに
Photomosaic generatorのを使ってモザイク画像やモザイク動画を作りたい
https://github.com/uvipen/Photomosaic-generator

上記のサンプルを動かクスのgit cloneして”video2video.py” "image2image.py"を動かせば簡単にサンプルが動きます。
何も環境を入れてない人は、opencvを入れないといけませんので下記をたたきます。
$pip install opencv-python

ただ、自分の好きな画像でモザイク絵を作りたい!!!って事で

##google-images-downloadで大量の画像ダウンロード

google image downloadが動かなかったのでその対応
https://qiita.com/taedookim/items/63759e79426514c8a729

この記事を書いているのが2020/08/20で、最新のGoogle画像検索の仕様変更で
ツールが動かないみたいです。で上記のqiitaの中にも書いてありますが、
パッチバージョンてDL出来るバージョンをクローンして使いました。
URL
https://github.com/Joeclinton1/google-images-download/tree/patch-1

qiitaの記事の中で100件以上の画像は取得できない。。それは困った。。

###google-images-downloadで100件以上の大量の画像を

これも、qiitaに書いてありました。
機械学習用の画像集めに便利な「google-images-download」の使い方
https://qiita.com/tomokin966/items/fdf14f4bfaa8bf97eed6

上記のqiitaの記事にかいてありました。
chromedriverをダウンロードしてください。
ここで大事なのchromedriverのexeと今PCにインストールしているchromeのバージョンを合わせる事です。
今私のPCではバージョン: 84.0.4147.125なので
image.png

chromedriverのページ行くと一番新しいのは85なので84のバージョンにします。
image.png

###パッチを当てたgoogle-images-downloadでchromedriverを使って100以上のの画像ダウンロードする。
dogを200件DLする

python google_images_download\google_images_download.py -k "dog" -l 200 -cd "chromedriver.exe"

さ、好きなキャラでモザイク画像つくろ~

0
3
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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?