只要lmdb文件中是多通道的图片,那么网络就能读取lmdb中多通道图片。(https://github.com/BVLC/caffe/issues/586)
也就是说,接下来我们就能使用python编写生成lmdb的程序了。(http://deepdish.io/2015/04/28/creating-lmdb-in-python/)
另外一种解决方式是在prototxt中设置两个数据层,不对两个数据层卷积(https://github.com/BVLC/caffe/issues/4076)