├── README.md ├── caffe-mixdcnn.tar.gz ├── data ├── birdsnap_test.txt ├── birdsnap_train.txt ├── clef_flower_test.txt ├── clef_flower_train.txt ├── cub_2011_test.txt └── cub_2011_train.txt ├── devkit ├── README.md ├── base_model.prototxt └── generate_caffe_mixture_dcnn_prototxt.py ├── models ├── GoogleNet_birdsnap_6.prototxt ├── GoogleNet_birdsnap_solver_6.prototxt ├── GoogleNet_clef_flower_4.prototxt ├── GoogleNet_clef_flower_solver_4.prototxt ├── GoogleNet_cub_2011_4.prototxt └── GoogleNet_cub_2011_solver_4.prototxt └── result.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/README.md -------------------------------------------------------------------------------- /caffe-mixdcnn.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/caffe-mixdcnn.tar.gz -------------------------------------------------------------------------------- /data/birdsnap_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/birdsnap_test.txt -------------------------------------------------------------------------------- /data/birdsnap_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/birdsnap_train.txt -------------------------------------------------------------------------------- /data/clef_flower_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/clef_flower_test.txt -------------------------------------------------------------------------------- /data/clef_flower_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/clef_flower_train.txt -------------------------------------------------------------------------------- /data/cub_2011_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/cub_2011_test.txt -------------------------------------------------------------------------------- /data/cub_2011_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/data/cub_2011_train.txt -------------------------------------------------------------------------------- /devkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/devkit/README.md -------------------------------------------------------------------------------- /devkit/base_model.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/devkit/base_model.prototxt -------------------------------------------------------------------------------- /devkit/generate_caffe_mixture_dcnn_prototxt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/devkit/generate_caffe_mixture_dcnn_prototxt.py -------------------------------------------------------------------------------- /models/GoogleNet_birdsnap_6.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_birdsnap_6.prototxt -------------------------------------------------------------------------------- /models/GoogleNet_birdsnap_solver_6.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_birdsnap_solver_6.prototxt -------------------------------------------------------------------------------- /models/GoogleNet_clef_flower_4.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_clef_flower_4.prototxt -------------------------------------------------------------------------------- /models/GoogleNet_clef_flower_solver_4.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_clef_flower_solver_4.prototxt -------------------------------------------------------------------------------- /models/GoogleNet_cub_2011_4.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_cub_2011_4.prototxt -------------------------------------------------------------------------------- /models/GoogleNet_cub_2011_solver_4.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/models/GoogleNet_cub_2011_solver_4.prototxt -------------------------------------------------------------------------------- /result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongyuange/MixDCNN/HEAD/result.png --------------------------------------------------------------------------------