caffe-googlenet-bn icon indicating copy to clipboard operation
caffe-googlenet-bn copied to clipboard

question about the ILSVRC2015 labels

Open yuzcccc opened this issue 8 years ago • 4 comments

Where can I find the ILSVRC2015 labels?and how much accuracy gain can this operation have from using the ILSVRC 2012 labels?

yuzcccc avatar May 06 '16 11:05 yuzcccc

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

lim0606 avatar May 06 '16 15:05 lim0606

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.

ltqusst avatar Apr 28 '18 01:04 ltqusst

Is 15's devkit the http://image-net.org/challenges/LSVRC/2015/browse-det-synsets ?

stevenliy avatar Jun 07 '18 08:06 stevenliy

Hey, do you reproduce the results? The dataset is different from the ILSVRC2012?

suikammd avatar Jan 15 '19 05:01 suikammd