Tag: hdf5


  1. Preparing Multi-labelled Image dataset

    In case of multiple output labels, caffe requires the input data to be formatted accordingly. A possible option is to create hdf5 dataset which contains the images and belonging labels. After checking this matlab demo script, I have prepared a function which generates a hdf5 dataset from the images and…

    caffe, hdf5, convolutional neural networks