forresti / SqueezeNet

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters
BSD 2-Clause "Simplified" License
2.17k stars 723 forks source link

which label list you used #59

Closed azuryl closed 5 years ago

azuryl commented 5 years ago

Dear sir

I converted Squeezenet 1.1 caffe model to darknet model to do imagenet classification, do you use synsets.txt in caffe ilsvrc12 folder as image label list ,I test it but the Top1 is almost 0

thank you

azuryl commented 5 years ago

I had realized Squeezenet 1.1 running on Darknet, caffe image pre process is different with darknet,so we need modified in darknet and image labels use caffe label synsets.txt.

https://github.com/azuryl/squeezenet-darknet-model