-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
注意到#572
下面是我在降噪方面的测试(2D):
原图1: https://files.catbox.moe/plb68b.JPG
充满彩色噪点
upconv 7(放大倍率1,降噪最大,下同): https://files.catbox.moe/htg9bb.png
彩色噪点消失, 但出现了一些淡淡的奇怪图纹
cunet: https://files.catbox.moe/f34iqb.png
仍有明显噪点
swin_unet art_scan: https://files.catbox.moe/ag7f1n.png
非常干净
原图2(问题相同):https://files.catbox.moe/3ypbnp.JPG
upconv 7: https://files.catbox.moe/s92jbz.png (仔细看仍能看出那种扭曲的图纹)
cunet: https://files.catbox.moe/9ts63j.png (图纹)
swin_unet art_scan: https://files.catbox.moe/qsl96u.png
总之,至少在降噪方面swin_unet art_scan是有用的,另外两个并没有达到它的效果。
另,real-CUGAN是能很好降噪的,但我个人感觉其ai痕迹更重一点(细节丢失更多)。我感觉waifu2x是保留的细节多一些,而upconv 7和cunet的图片体积差不多是swin_unet art_scan的两倍,所以我猜测它们可能没有很好地将噪点去除而将其保留了下来使图片体积较大。