kuijiang94 / MSPFN

Multi-Scale Progressive Fusion Network for Single Image Deraining
162 stars 32 forks source link

test error #10

Open ulen2000 opened 4 years ago

ulen2000 commented 4 years ago
360截图167203288110975

when I test with my own pictures,it seems like it didn't work well ,could you tell me how can i correct the error ?

kuijiang94 commented 4 years ago

It's a matter of image size (WxH). The W and H of the input image should be divisible by 8 for the multi-scale pyramid feature fusion. You can crop your test images to the suitable image size, and try it again. Best wishes!!

adityac8 commented 4 years ago

Hi, What kind of cropping do you perform. Is it center crop? Could you please upload the cropped test set(Test100,Rain100H,Rain100L,Test1200,Test2800) on Cloud so that it is easier for people to replicate the paper numbers. Thanks

kuijiang94 commented 4 years ago

We use the edge clipping according to the upper left corner. The cropped test samples can be downloaded from the following link: https://drive.google.com/file/d/1ACYED7omOmiUxDegq_vWQKykcpJlVEyY/view?usp=sharing.

FUNGERN commented 4 years ago

我们根据左上角使用边缘修剪。可以从以下链接下载裁剪后的测试样本: https : //drive.google.com/file/d/1ACYED7omOmiUxDegq_vWQKykcpJlVEyY/view?usp=sharing

I can access Google, but it still fails to open. In addition, your test data set is invalid, please update it, thanks

kuijiang94 commented 4 years ago

The link has been updated in the readme. You can also download from the following link https://drive.google.com/file/d/1H6kigSTD0mucIoXOhpXZn3UqYytpS4TX/view?usp=sharing. Best wishes!