caffe-googlenet-bn
caffe-googlenet-bn copied to clipboard
question about the ILSVRC2015 labels
Where can I find the ILSVRC2015 labels?and how much accuracy gain can this operation have from using the ILSVRC 2012 labels?
What I ment was that the model was trained with the index order in 15's devkit instead of caffe repo. (The labes are the same)
Sorry for ambiguous expressions.
Best regards,
Jaehyun
You can download it from here (for image classification, no diff between 2015 and 2012): https://github.com/fh295/semanticCNN/blob/master/imagenet_labels/ILSVRC2012_validation_ground_truth.txt
But notice the raw (un-sorted) labels is start from 1 instead of 0 when you validate accuracy.
Is 15's devkit the http://image-net.org/challenges/LSVRC/2015/browse-det-synsets ?
Hey, do you reproduce the results? The dataset is different from the ILSVRC2012?