ncnn 请问输入多张图片,比如3通道的RGB,单通道 16位的depth应该怎么做呢?

qxsslcnc  于 2022-12-31  发布在  其他
关注(0)|答案(1)|浏览(200)

请问输入多张图片,比如3通道的RGB,单通道 16位的depth应该怎么做呢?,RGB输入一个网络分支,depth 输入一个网络分支,然后在后面进行融合,prototxt中input layer格式 如下对吗?{
name: "data"
type: "Input"
top: "data"
input_param {
shape {
dim: 1
dim: 4
dim: 224
dim: 224
}
}
}

相关问题