资源算法SENet-Caffe

SENet-Caffe

2020-02-06 | |  30 |   0 |   0

SENet-Caffe

Introduction

This is a Caffe implementation of Squeeze-and-Excitation Networks (SENet). For details, please read the original slides:

For offical implementations, please check this repo SENet.

Pretrained Models on ImageNet

Here we provide a pretrained SE-ResNet-50 model on ImageNet, which achieves slightly better accuracy rates than the original one reported in the official repo. You can use the official bvlc caffe to run this model without any modifications.

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

NetworkTop-1Top-5DownloadArchitecture
SE-ResNet-5078.0194.21caffemodel (107 MB)netscopenetron

For your convenience, we also provide a link to this model on Baidu Disk.

Notes

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

  • scale: 0.017 is used as std values for image preprocessing

  • Images labels are the same as fb.resnet.torch. We also provide synset.txt, which can be found here.


上一篇:SENet-Tensorflow

下一篇:SENet.mxnet

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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