NAFNet
NAFNet copied to clipboard
The state-of-the-art image restoration model without nonlinear activation functions.
我尝试了巨量其他norm或者差不多的方式,比如bn,nfnet的结构,等等,发现只要替代ln网络全挂了. 但是其他的denoise/sr任务并没有这个现象,比如esrgan系列甚至都可以完全不要norm,太神奇了,不知道两年后作者能不能看到这个问题
可以提供单通道的预训练模型嘛,或者告知一下怎么训练单通道模型的方法
I see that you implement yourself the layer normalization instead of using the LayerNorm available in Pytorch https://pytorch.org/docs/stable/generated/torch.nn.LayerNorm.html Is there a reason to not use the one from Pytorch ?...
在您的摘要中体现的与其他方法计算成本的对比,在论文中并未具体体现。请问您是如何得到这个计算成本对比结果的。感谢!
Hi, I've been reviewing the guidelines for setting up the SIDD dataset and have some questions: 1. **Use of Official Dataset for Training and Validation in NAFNet**: - It seems...
the denoising demo was done one by one. With demo_folder script all the images in one folder can be tested. Usage is also simple, --input-folder and --output-folder must be specified...
作者您好,请问如果想单独把图像复原网络摘出来放到我的目标检测网络里的话,需要看哪个文件下的代码