Blind2Unblind
Blind2Unblind copied to clipboard
This is an official implementation of the CVPR2022 paper "Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots".
Dear author, I would like to express my gratitude for your valuable work. I have a question regarding the training of FMD dataset. Specifically, I would like to know which...
Hello, I'm trying to denoise a 2D image. I add synthetic noise as follows: `np.array(np.random.poisson(0.01 * x / 0.1) / 0.01` But the loss doesn't converge. I have several different...
I'm trying to use it according to my environment. I have a few questions in the process. 1. Can i replace Upsample layer instead of up function in class Up...
尊敬的作者先生 您好!!! 我想关于ValidationGtBlocksRaw.mat和ValidationNoisyBlocksRaw.mat两个文件问您一些问题。 问题1:这两个文件我是需要根据我自己的数据集制作,还是直接从您给出的那个网址进行下载即可? 问题2:当我运行Train on SIDD raw-RGB Medium dataset命令时,报错 TypeError: Expecting miMATRIX type here, got 16843009,请问这是什么问题? 问题3:我现在有RGB的红外图像,我用Train on SIDD raw-RGB Medium dataset这个训练命令可以吗? 如果方便的话,请您把您的联系方式给我一个可以吗? 希望当您看到我的问题,辛苦给出一些解答,学生定不胜感激!!!
Hi, Congratulations for the great work ! I was wondering: what images did you use precisely for the evaluation on BSD300 ? For what I understand it is a dataset...