tzutalin / ImageNet_Utils

:arrow_double_down: Utils to help download images by id, crop bounding box, label images, etc.
MIT License
632 stars 197 forks source link

Option: Download Only Fixed Number of Images #20

Open gndowns opened 5 years ago

gndowns commented 5 years ago

Sometimes you may only want a few images from a certain category instead of the whole set. Setting the -n option fixes the max number of images to be downloaded for each category

Usage

To download only 100 images:

python downloadutils.py --downloadImages --wnid n02084071 -n 100