Home

Awesome

DenseNet-Caffe

Introduction

We manually converted the original torch models into caffe format from https://github.com/liuzhuang13/DenseNet.

For details of these networks, please read the original paper:

Pretrained DenseNet Models on ImageNet

The top-1/5 accuracy rates by using single center crop (crop size: 224x224, image size: 256xN)

NetworkTop-1Top-5DownloadArchitecture
DenseNet 121 (k=32)74.9192.19caffemodel (30.8 MB)netscope, netron
DenseNet 169 (k=32)76.0993.14caffemodel (54.6 MB)netscope, netron
DenseNet 201 (k=32)77.3193.64caffemodel (77.3 MB)netscope, netron
DenseNet 161 (k=48)77.6493.79caffemodel (110 MB)netscope, netron

Update (July 27, 2017): for your convenience, we also provide a link to these models on Baidu Disk.

Notes

Due to compatibility reasons, several modifications have been made: