Generating LMDB for Caffe

后端 未结 3 2269
灰色年华
灰色年华 2021-02-15 05:03

I am trying to build a deep learning model for Saliency analysis using caffe (I am using the python wrapper). But I am unable to understand how to generate the lmdb data structu

3条回答
  •  死守一世寂寞
    2021-02-15 05:44

    Check this one: http://deepdish.io/2015/04/28/creating-lmdb-in-python/

    Just load all images in X and corresponding labels in Y.

提交回复
热议问题