Open euwern opened 4 years ago
I have a question regarding to the imagenet2012 1% and 10% of data selected for training. In the script, it specified 13000 (1%) and 128000 (10%). Total trainval: 1281167.
Do you select the first 1% of images per class, as in first 13 images per class for 1% and first 128 images per class for 10%?
In short, Yes.
In the line with this question, I wonder how you sampled these 13000/128000 images from ILSVRC-2012. Are they chosen randomly? https://www.tensorflow.org/datasets/catalog/imagenet2012_subset How did you make these sets?
I have a question regarding to the imagenet2012 1% and 10% of data selected for training. In the script, it specified 13000 (1%) and 128000 (10%). Total trainval: 1281167.
Do you select the first 1% of images per class, as in first 13 images per class for 1% and first 128 images per class for 10%?