Home

Awesome

Caffe-model

Caffe models (include classification, detection and segmentation) and deploy prototxt for resnet, resnext, inception_v3, inception_v4, inception_resnet, wider_resnet, densenet, aligned-inception-resne(x)t, DPNs and other networks.

Clone the caffe-model repository

git clone https://github.com/soeaver/caffe-model --recursive

We recommend using these caffe models with py-RFCN-priv

Please install py-RFCN-priv for evaluating and finetuning.

Disclaimer

Most of the pre-train models are converted from other projects, the main contribution belongs to the original authors.

Project links:

mxnet-model-gallerytensorflow slimcraftGBDResNeXtDenseNetwide-residual-networkskeras deep-learning-modelsademxappDPNsSenet

CLS (Classification, more details are in cls)

Performance on imagenet validation.

Top-1/5 error of pre-train models in this repository (Pre-train models download urls).

Network224/299<br/>(single-crop)224/299<br/>(12-crop)320/395<br/>(single-crop)320/395<br/>(12-crop)
resnet101-v221.95/6.1219.99/5.0420.37/5.1619.29/4.57
resnet152-v220.85/5.4219.24/4.6819.66/4.7318.84/4.32
resnet269-v219.71/5.0018.25/4.2018.70/4.3317.87/3.85
inception-v321.67/5.7519.60/4.7320.10/4.8219.25/4.24
xception20.90/5.4919.68/4.9019.58/4.7718.91/4.39
inception-v420.03/5.0918.60/4.3018.68/4.3218.12/3.92
inception-resnet-v219.86/4.8318.46/4.0818.75/4.0218.15/3.71
resnext50-32x4d22.37/6.3120.53/5.3521.10/5.5320.37/5.03
resnext101-32x4d21.30/5.7919.47/4.8919.91/4.9719.19/4.59
resnext101-64x4d20.60/5.4118.88/4.5919.26/4.6318.48/4.31
wrn50-2<br/>(resnet50-1x128d)22.13/6.1320.09/5.0620.68/5.2819.83/4.87
air10121.32/5.7619.36/4.8419.92/4.7519.05/4.43
dpn-9220.81/5.4718.99/4.5919.23/4.6418.68/4.24
dpn-10719.70/5.06../..18.41/4.25../..

DET (Detection, more details are in det)

Object Detection Performance on PASCAL VOC.

Original faster rcnn train on VOC 2007+2012 trainval and test on VOC 2007 test.

NetworkmAP@50train speedtrain memorytest speedtest memory
resnet1870.029.5 img/s1,235MB17.5 img/s989MB
resnet101-v279.63.1 img/s6,495MB7.1 img/s4,573MB
resnet152-v280.722.8 img/s9,315MB6.2 img/s6,021MB
wrn50-278.592.1 img/s4,895MB4.9 img/s3,499MB
resnext50-32x4d77.993.6 img/s5,315MB7.4 img/s4,305MB
resnext101-32x4d79.982.7 img/s7,836MB6.3 img/s5,705MB
resnext101-64x4d80.712.0 img/s<br/> (batch=96)11,277MB3.7 img/s9,461MB
inception-v378.64.1 img/s4,325MB7.3 img/s3,445MB
inception-v481.492.6 img/s6,759MB5.4 img/s4,683MB
inception-resnet-v280.02.0 img/s<br/> (batch=112)11,497MB3.2 img/s8,409MB
densenet-20177.533.9 img/s<br/> (batch=72)10,073MB5.5 img/s9,955MB
resnet38a80.11.4 img/s8,723MB3.4 img/s5,501MB

SEG (Segmentation, more details are in seg)

Object Segmentation Performance on PASCAL VOC.

PSPNet training on SBD (10,582 images) and testing on VOC 2012 validation (1,449 images).

NetworkmIoU(%)pixel acc(%)training<br/>speedtraining<br/>memorytesting<br/>speedtesting<br/>memory
resnet101-v277.9494.941.6 img/s8,023MB3.0 img/s4,071MB
resnet101-v2-selu77.1094.801.6 img/s8,017MB3.0 img/s4,065MB
resnext101-32x4d77.7994.921.3 img/s8,891MB2.6 img/s5,241MB
air10177.6494.931.3 img/s10,017MB2.5 img/s5,241MB
inception-v477.5894.83-- img/s--MB-- img/s--MB

License

caffe-model is released under the MIT License (refer to the LICENSE file for details).

Acknowlegement

I greatly thank Yangqing Jia and BVLC group for developing Caffe.

And I would like to thank all the authors of every network.