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/
502 stars 133 forks source link

Validation/Test set urls #9

Open agoel10 opened 4 years ago

agoel10 commented 4 years ago

Hi,

Thanks for this incredible tool. Huge timesaver! I had one concern though.

Is there a way to specify the downloader to download the images only from the validation/test set. Currently, I am not sure whether the images are downloaded from the training set or test set. This may be needed to evaluate a pretrained classifier on test set images.

michael-iuzzolino commented 4 years ago

This tool is indeed amazing; however, I ran into the same issue that you have. I ended up using this solution: https://gist.github.com/BIGBALLON/8a71d225eff18d88e469e6ea9b39cef4

CMCDragonkai commented 4 years ago

There's no such thing here. The validation/test sets are determined by the ILSVRC competitions. This tool just downloads images directly from the entire repository.