rulin-jone / Image-manipulation-detection

基于论文Learning Rich Features for Image Manipulation Detection的学习与代码详解
MIT License
19 stars 3 forks source link

请问有没有看到噪声提取与双线性池化的部分?about SRM filter layer and bilinear pooling #2

Open wfxzf opened 4 years ago

wfxzf commented 4 years ago

在LarryJiang134的程序里我没有找到噪声提取与双线性池化的部分,你有没有找到在什么部分? I didn't find the part of SRM filter layer and bilinear pooling in the program of LarryJiang134. Did you find the part? 近期你的仓库还会继续更新吗? Will your Repositories continue to be updated in the near future?

rulin-jone commented 4 years ago

I upload a file named vgg16.py, which has detailed notes. You could reference it. noise feature map use function build_head_forNoise(), bilinear pooling use code cbp = compact_bilinear_pooling_layer(pool5, pool5_forNoise, 512) Of course, I'll keep updating my repository. Maybe you could star this repository for new updata :-) 👍

wfxzf commented 4 years ago

Thanks,I have starred it.

mmmmmzj commented 3 years ago

你好,我没有复现成功本篇论文,请问您复现成功了吗?如果方便的话,我能否参考一下您的代码!

yanmengdi123 commented 3 years ago

您好,这篇论文您复现成功了吗,可否参考一下您的代码呢?非常感谢! Hello, have you successfully reproduced this paper? Could you please refer to your code? Thank you very much!