-
**When training using sh run.sh edsr 0 6 8, the test results on Set5 were as follows,**
[Epoch 2] Update param _a Learning rate for param: 1.00e-2
[20/100] L_pix: 2.886 L_skt: 3.195 [bit:6.0…
-
After training the PyTorch version for a while, the metrics will not change. I trained twice and this problem started at 454 epochs.
![image](https://github.com/user-attachments/assets/2df1b5d0-70bb-…
-
주어진 코드에서 SSIM을 계산하는 함수를 살펴보면
1. utils.ssim_loss 에서는 ground_truth(fully sampled image)의 max값을 data range로 사용하는 반면(validate, eval_leaderboard시 사용)
2. baby_unet의 경우 train과정에서 각 슬라이스마다 ground_truth의 max…
-
I am now investigating motion artifact correction in MRI images. which metric should I use to evaluate the performance of my model, SSIM or MS-SSIM?
-
Hello,
Have you a function to compare 2 images like SSIM (https://fr.wikipedia.org/wiki/Structural_Similarity)
Thanks
-
Hi I read in your paper that you're using 10 subjects for validation, but I didn't see the correspoding code with validation process. May I ask how you implemented this part?
-
Hi KupynOrest,
I followed your instruction at issue #9 and use pyssim library to calculate SSIM metric of the test results of pretrained weights you provided. But I get much lower results than the re…
-
It seems like the SSIM code haven't been published (the ssim function in util.metrics seems haven't been used,it also can't work on my computer) . I used another open-sourced SSIM function test the d…
-
Hey
Thankyou for the wonderful code. I am curious to know how were SSIM and LPIPS metrics were calculated in the code. I was able to find PSNR but nothing for the other two and all three are mentione…
-
Hi,
Thanks for this tool. I use both pytorch_mssim.ssim and skimage.measure.compare_ssim to compute ssim, but the results are different. For example, ssim evaluation on an image sequence:
pytorch_ms…