资源算法DenseNet-Caffe

DenseNet-Caffe

2020-02-05 | |  31 |   0 |   0

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)netscopenetron
DenseNet 169 (k=32)76.0993.14caffemodel (54.6 MB)netscopenetron
DenseNet 201 (k=32)77.3193.64caffemodel (77.3 MB)netscopenetron
DenseNet 161 (k=48)77.6493.79caffemodel (110 MB)netscopenetron

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:

  • BGR mean values [103.94,116.78,123.68] are subtracted

  • scale: 0.017 is used, instead of the original std values for image preprocessing

  • ceil_mode: false is used in the first pooling layers ('pool1')


上一篇:DenseNet

下一篇:densenet-tensorflow

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...