How to convert torch::conv2d return value(tensor) to cv::mat

后端 未结 0 1474
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 10:04

I run the following program:

read a picture of 3 channel input torch::nn::conv2d(3,3,3).pad(1).stride(1),then I got the results: enter image description here

//cod

相关标签:
回答
  • 消灭零回复
提交回复
热议问题