灰度图作为网络输入
Created by: chenlh14
请问以灰度图作为输入训练的模型,其prototxt中input_param { shape: { dim: 1 dim: 1 dim: 96 dim: 96 } }可行吗? 我修改了examples/mdl_android中输入数据的大小为inputHeight*inputWeight,但程序运行到result = mdlSolver.predictImage(inputData);时出错,不知道是为什么
prototxt及model.min.json如下: model.zip