I want to feed caffe vectors of float multi-labels. I created an image_list.txt
which contains path of images and float labels in each line, e.g.
/path/image.jpg 4.4732 6.9842 17.4382
is it possible to create LMDB
file with float multi-labels data? (I'm not using MatLab). thanks.