soeaver / caffe-model

Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
MIT License
1.28k stars 623 forks source link

inception-v3 get 0% accracy on ILSVRC2012_val.txt? #68

Open chunniunai220ml opened 6 years ago

chunniunai220ml commented 6 years ago

the inception-v3 get 0% accracy on ILSVRC2012_val.txt,I have set mean=128.0,std=128.0. v3 must test in ILSVRC2015_val????? as it trained on ILSVRC2015 dataset??? and ILSVRC2012 is diiferent from ILSVRC2015 on cls setting?

soeaver commented 6 years ago

yes, the groundtruth of ILSVRC2015 is different with ILSVRC2012

chunniunai220ml commented 6 years ago

@soeaver thanks for your response timely! so,you trained inception v3 on ILSVRC2015? and i can finetune on ILSVRC2012 by your provided v3 pre-trained model,and then test ILSVRC2012_val dataset?

soeaver commented 6 years ago

You can finetune the model on ILSVRC2012, but I don't think it's necessary, the images of ILSVRC2012 and ILSVRC2015 are exactly the same, only the order of the labels is different.

THU-cui commented 6 years ago

@chunniunai220ml hi, do you have solved this problem? i also encountered it. Can i test this caffemodel on ILSVRC2012 without finetune?

chunniunai220ml commented 6 years ago

@THU-cui I tested the model on ILSVRC2015 as the two dataset(12 and 15)are very similiar content just classified a bit different.