ImageNet_Utils icon indicating copy to clipboard operation
ImageNet_Utils copied to clipboard

Option: Download Only Fixed Number of Images

Open gndowns opened this issue 5 years ago • 0 comments

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

gndowns avatar May 14 '19 17:05 gndowns