0

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.

Z.Kal
  • 426
  • 4
  • 18
  • no. caffe lmdb interface only supports Datum type which stores a single int label per image. use HDF5Data layer instead – Shai Nov 03 '16 at 22:00
  • Here is a solution for `LMDB` http://stackoverflow.com/a/37291510/6281477 – Dale Nov 04 '16 at 01:11
  • @Dale this links give a solution for 1 float label. I want to feed caffe vectors of float multi-labels. thanks – Z.Kal Nov 05 '16 at 13:16
  • @Shai do you have a solution for HDF5Data with include vectors of float multi-labels? thank you – Z.Kal Nov 05 '16 at 13:16
  • @Z.Kal I do. please search for other caffe multi label answers – Shai Nov 05 '16 at 15:52
  • @Z.Kal please check out [this answer](http://stackoverflow.com/a/31808324/1714410) – Shai Nov 06 '16 at 06:02

0 Answers0