Hi Guys,
I want to use caffe to extract convolutional feature on multispectral images, but I don`t know how to transfer them into hdf5 format that is supported by Caffe. Specifically, my images are 500*800 (height*width), and each image has 6 channels. The dataset has 9000 images for training, and 1000 images for test. They are belong to 7 classes.
I have two questions:
1. Should I package all 9000 images into one .h5 file?
2. In the 'train.h5' file, the dimention size of 'label' dataset is [7 x 1], and the 'data' dataset is [9000 x 6 x 800 x 500] , is that right ?
Thank you very much !