-
hi qin, I open this issue to ask why not use ssim and iou loss which used in BASNet?It seems they are effective in BASBet, shown in Ablation Study part. Could you please tell me why you abandon them i…
-
MPR_Net deraining单卡训练loss下降不明显,且psnr一直是inf,而ssim几乎恒定不变。但是原作的[MPR](https://github.com/swz30/MPRNet.git)可以正常训练,几乎同样的配置,不确定是`PaddleGAN/ppgan/metrics/psnr_ssim.py/calculate_psnr.py:96`的`calculate_psnr`有问题…
-
Thank you so much for releasing the code.
I noticed that only one PSNR/SSIM number is reported in Table 1. However, because there are **N scenes** on DTU/LLFF, we will get "N" PSNR/SSIM numbers by…
-
Hi,I've resized the short edge of images in real20 dataset to 512(used torchvision.transforms.Resize).. I tested your released model but it got psnr of 21.89, ssim of 0.804.
I don't understand why…
-
Hi,
thanks for your wonderful ICCV2019 work of PFNL . I have a problem that may need your help.
When I retrained the code, the test results are the average of PSNR 27.3196 ,SSIM 0.8353.(21 万 s…
-
Hello,
Using the provided models, I am not able to reproduce the numbers provided in the paper.
AIM19 results:
- psnr: 21.7883
- ssim: 0.5731
- lpips: 0.3466
RealS…
-
안녕하세요, image와 k-space 데이터를 살펴보던 중 질문이 생겨 드립니다.
k-space 데이터의 경우 한 이미지에 대응되는 크기가 768x396로 주어진 이미지(384x384)보다 세로로 긴 형태입니다.
Inverse Fourier transform을 통해 저희는 아래와 같이 768x396 사이즈의 이미지를 얻을 수 있었습니다.
따라서 마지…
-
It seems that the PSNR and SSIM results of “bicubic” downsampling scenario in the paper cannot be obtained using your current released model. Could you please upload the LR images for “bicubic” downs…
-
Can you share the code files about the evaluation indicators SSIM, IE, NIE?Thank you!
-
我试图修改代码实现任意两张图片的PSNR/SSIM测试,但是数值一直对不上,或者报错。请问是否可以提供单纯的测试PSNR/SSIM地代码。我用matlab测出来的数值和您的代码有一定的偏差。谢谢