I have two questions about how to load Imagenet datas. I downloaded ILSVRC2012 validation sets(Cause training sets are too large) but I have two problems.
I can't understand how can I find out the labels. There are only jpeg files with file names like "
ILSVRC2012_val_00000001.JPEG
" but there's no labels. How can I find them?As far as I know, Imagenet uses 224 * 224 pixel image and the problem is just "classification" not "detection", but ILSVRC2012 sets have much more and different pixel sizes. So, how can I get proper boxes for 224 * 224 pixels?