mf1024 / ImageNet-Datasets-Downloader

ImageNet dataset downloader. Creates a custom dataset by specifying the required number of classes and images in a class.
https://mf1024.github.io/2019/06/09/how-to-scrape-the-imagenet/
500 stars 131 forks source link

image_per_class fails #5

Open eliwilner opened 4 years ago

eliwilner commented 4 years ago

Hi.

Trying to download specific classes with -image_per_class 500 but it only downloads 10 images.

Any idea why?

maawais commented 4 years ago

I can't download single image. How were you able to download 10?

kalilamali commented 4 years ago

I was able to download images perfectly. This is the command I used:

python3 ./downloader.py -data_root /Users/My_pc_name/Desktop/ImageNet-datasets-downloader/imagenet -use_class_list True -class_list n00015388 -images_per_class 100

I created a folder called imagenet inside the repo folder. /Users/My_pc_name/Desktop/ImageNet-datasets-downloader/imagenet

richarawat commented 4 years ago

Any success?

maawais commented 4 years ago

I did not try this anymore. I just downloaded the whole dataset from academictorrents.

kalilamali commented 4 years ago

Any success?

Yes. See my post above.