Generating LMDB for Caffe

后端 未结 3 1050
走了就别回头了
走了就别回头了 2021-02-15 04:45

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:23

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

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

提交回复
热议问题