├── README.md ├── create_data_lmdb.sh ├── create_label_lmdb.py ├── create_mean.sh ├── data.txt ├── labels.mat └── train_vgg_11_sigmoid_cross_entropy_loss.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/README.md -------------------------------------------------------------------------------- /create_data_lmdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/create_data_lmdb.sh -------------------------------------------------------------------------------- /create_label_lmdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/create_label_lmdb.py -------------------------------------------------------------------------------- /create_mean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/create_mean.sh -------------------------------------------------------------------------------- /data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/data.txt -------------------------------------------------------------------------------- /labels.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/labels.mat -------------------------------------------------------------------------------- /train_vgg_11_sigmoid_cross_entropy_loss.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sukritshankar/Caffe-LMDBCreation-MultiLabel/HEAD/train_vgg_11_sigmoid_cross_entropy_loss.prototxt --------------------------------------------------------------------------------