All Projects → shicai → Densenet Caffe

shicai / Densenet Caffe

DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet

Projects that are alternatives of or similar to Densenet Caffe

Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (-4.86%)
Mutual labels:  caffe, imagenet, torch
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (-44.57%)
Mutual labels:  caffe, torch
Senet Caffe
A Caffe Re-Implementation of SENet
Stars: ✭ 169 (-51.71%)
Mutual labels:  caffe, imagenet
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (-86.57%)
Mutual labels:  imagenet, densenet
Mobilenet Caffe
Caffe Implementation of Google's MobileNets (v1 and v2)
Stars: ✭ 1,217 (+247.71%)
Mutual labels:  caffe, imagenet
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+259.43%)
Mutual labels:  caffe, imagenet
Orn
Oriented Response Networks, in CVPR 2017
Stars: ✭ 207 (-40.86%)
Mutual labels:  caffe, torch
Deepo
Setup and customize deep learning environment in seconds.
Stars: ✭ 6,145 (+1655.71%)
Mutual labels:  caffe, torch
Stochastic-Quantization
Training Low-bits DNNs with Stochastic Quantization
Stars: ✭ 70 (-80%)
Mutual labels:  caffe, imagenet
deep-learning-platforms
deep-learning platforms,framework,data(深度学习平台、框架、资料)
Stars: ✭ 17 (-95.14%)
Mutual labels:  caffe, torch
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+125.14%)
Mutual labels:  imagenet, densenet
Paperspace Python
Paperspace API for python
Stars: ✭ 38 (-89.14%)
Mutual labels:  caffe, torch
Deep Learning Model Convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
Stars: ✭ 3,044 (+769.71%)
Mutual labels:  caffe, torch
Resnet Imagenet Caffe
train resnet on imagenet from scratch with caffe
Stars: ✭ 105 (-70%)
Mutual labels:  caffe, imagenet
Machine Learning Curriculum
💻 Make machines learn so that you don't have to struggle to program them; The ultimate list
Stars: ✭ 761 (+117.43%)
Mutual labels:  caffe, torch
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+4812.29%)
Mutual labels:  caffe, torch
Digits
Deep Learning GPU Training System
Stars: ✭ 4,056 (+1058.86%)
Mutual labels:  caffe, torch
Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (+100%)
Mutual labels:  caffe, imagenet
Xception-caffe
Xception implemented with caffe
Stars: ✭ 45 (-87.14%)
Mutual labels:  caffe, imagenet
vqa-soft
Accompanying code for "A Simple Loss Function for Improving the Convergence and Accuracy of Visual Question Answering Models" CVPR 2017 VQA workshop paper.
Stars: ✭ 14 (-96%)
Mutual labels:  caffe, torch

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)

Network Top-1 Top-5 Download Architecture
DenseNet 121 (k=32) 74.91 92.19 caffemodel (30.8 MB) netscope, netron
DenseNet 169 (k=32) 76.09 93.14 caffemodel (54.6 MB) netscope, netron
DenseNet 201 (k=32) 77.31 93.64 caffemodel (77.3 MB) netscope, netron
DenseNet 161 (k=48) 77.64 93.79 caffemodel (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:

  • 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')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].