You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
While make LMDB for training and testing set, make sure resize then to 227 by 227 to match the trained parameters.
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).
To re-train or fine-tuning the models with our prototxt files, you need a decent GPU with 12GB memory (K40,K80,Titan X).