caffe ResNet & DenseNet

ResNet

ResNet prototxt 链接 https://github.com/antingshen/resnet-protofiles

其中包含ResNet18,ResNet34,ResNet50,ResNet101以及ResNet152

ResNet50,ResNet101以及ResNet152对应的caffe模型

链接:  https://pan.baidu.com/s/1HbjKYVP3uY1_FxFe9khVYA  密码:kaih

DenseNet

DenseNet 原论文code链接 https://github.com/liuzhuang13/DenseNet

基于caffe的DenseNet prototxt 链接 https://github.com/shicai/DenseNet-Caffe

其中包含DenseNet_121,DenseNet_161,DenseNet_169以及DenseNet_201

DenseNet_121,DenseNet_161,DenseNet_169以及DenseNet_201对应的caffe模型

链接: https://pan.baidu.com/s/1kKvPlH9fGAXy7-gnRVxvmQ  密码:w5vy

需要下载模型或设置solver参数可以参考链接  https://github.com/SnailTyan/caffe-model-zoo

https://github.com/soeaver/caffe-model/tree/master/cls#performance-on-imagenet-validation

发布了38 篇原创文章 · 获赞 8 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/u014090429/article/details/89945723