cvdata icon indicating copy to clipboard operation
cvdata copied to clipboard

Add module with CLI for fetching images using google images downloader

Open monocongo opened this issue 5 years ago • 1 comments

Add a module with CLI for fetching images using the Google Images Download package. We can possibly create corresponding annotations using a pre-trained object detection model such as YOLOv3 etc. if the model has been trained to detect the class of object we're interested in annotating in the images. This script is one example of what can be used for this annotation step.

monocongo avatar Dec 19 '19 22:12 monocongo

manual process:

$ pip install google_images_download
$ googleimagesdownload -k shooter -pk 'shotgun,pistol,rifle' -f jpg -t photo -o . -n -nn

monocongo avatar Dec 27 '19 00:12 monocongo