Qinglin He
Results
1
issues of
Qinglin He
## detail | 详细描述 | 詳細な説明 如题,我想用ncnn做3dcnn的推理,在issue https://github.com/Tencent/ncnn/issues/637#issuecomment-1118380058 支持3d卷积。 在[alexnet教程](https://github.com/Tencent/ncnn/wiki/use-ncnn-with-alexnet.zh)里,2d图片的输入是调用`ncnn::Mat::from_pixels`方法。如果我的cv::mat是3d的,是否有类似方法,或通过其他方法构建3dmat输入? ``` #include "mat.h" unsigned char* rgbdata;// data pointer to RGB image pixels int w;// image width int h;// image height...