小编sak*_*agi的帖子

从图像中减去均值

我正在与Theano实施CNN.在论文中,我必须在训练CNN之前进行此图像预处理

We extracted RGB patches of 61x61 dimensions associated with each poselet activation, subtracted the mean and used this data to train the convnet model shown in Table 1
Run Code Online (Sandbox Code Playgroud)

你能告诉我"减去平均数"是什么意思吗?告诉我这些步骤是否正确(这是我所理解的)1)计算整个图像的红色通道,绿色通道和蓝色通道的平均值2)对于每个像素,从红色值中减去红色通道的平均值,从绿色值绿色通道的平均值和蓝色通道的平均值3)具有负值是否正确或者我是否使用了abs?

谢谢大家!!

python machine-learning image-processing neural-network

10
推荐指数
2
解决办法
1万
查看次数