Skip to content

zongyuange/MixDCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MixDCNN

Introduction

This Git contains trained models of MixDCNN for three fine-grained datasets, CUB200-2011 (http://www.vision.caltech.edu/visipedia/CUB-200-2011.html), Birdsnap (http://birdsnap.com/) and CLEF-FLower (http://www.imageclef.org/datasets). Training and testing split files are provided for all three datasets.

This repository maintains links to MixDCNN caffe models used in the following paper:

@inproceedings{GeWACV2016,
  author    = {ZongYuan Ge and Alex Bewley and Christopher McCool and Ben Upcroft and Peter Corke and Conrad Sanderson},
  title     = {Fine-Grained Classification via Mixture of Deep Convolutional Neural Networks},
  booktitle = {Winter Conference on the Applications of Computer Vision (WACV)},
  publisher = {IEEE},
  year      = {2016}
}

Model Files

The caffemodel weights for the best performing models can be downloaded from the links below:

  1. MixDCNN-6xGoogleNet for BirdSnap
  2. MixDCNN-4xGoogleNet for CLEF-Flower
  3. MixDCNN-4xGoogleNet for CUB2011

Disclaimer

  1. While make LMDB for training and testing set, make sure resize then to 227 by 227 to match the trained parameters.
  2. We have tested the model parameters with the recent Caffe (2016-01-30 2ef5847), you are welcomed to use the old Caffe version we provided (which is the version we trained our models on).
  3. To re-train or fine-tuning the models with our prototxt files, you need a decent GPU with 12GB memory (K40,K80,Titan X).

Result

![Result Table] https://github.com/zongyuange/MixDCNN/blob/master/result.png

More interesting works

Please visit https://sites.google.com/view/zongyuange/home for details, or visit http://arma.sourceforge.net/vb100/ if you are interested in bird video dataset.

About

Pre-trained models for MixDCNN paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages