cszn / SCUNet

Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis (Machine Intelligence Research 2023)
https://link.springer.com/article/10.1007/s11633-023-1466-0
Apache License 2.0
637 stars 63 forks source link

边缘异常 #5

Closed compwang closed 2 years ago

compwang commented 2 years ago

ReplicationPad2d 改为ReplicationPad2d可以避免部分case的边缘异常

cszn commented 2 years ago

Try this https://github.com/cszn/SCUNet/blob/3d5c19e93ab5723b28a839fe57ee274dd6ae6daa/main_test_scunet_real_application.py#L99

sun-jiao commented 12 months ago

Could I know what you mean by "change ReplicationPad2d to ReplicationPad2d"? It seems that the former and the latter are both "ReplicationPad2d".

请问您所说的"ReplicationPad2d 改为ReplicationPad2d"是什么意思?看起来前者和后者都是"ReplicationPad2d".