-
I believe there is an issue with the calculation of the SSIM metric inside 'parallel_score.py'. I can see that it uses the metrics.structural_similarity() function from skimage.
As from the end of 2…
-
Hello Team, as you are aware that SSIM can be varied based on the window size, assigning of weights and multiple other factors. Can you kindly share the code which you used to calculate SSIM?
-
Hi, I have tested and used the pre-training weights file(weight/Epoch99.pth) you gave and added PSNR with SSIM calculations and found that the values are very different, can you please help me to ana…
-
I have followed this program since Aug, 2023. (Many thanks to the relevant workers!) Recently, I noticed the program updated a lot. Therefore, I also updated the codes in my computer. However, when I …
-
HI! thanks for the great job!
When I use different calculation metrics in pyiqa to evaluate the results,there is a performance gap between the PSNR and SSIM results and the results reported in paper.…
-
```python
from .ssim import SSIM
import torch
class S3IM(torch.nn.Module):
r"""Implements Stochastic Structural SIMilarity(S3IM) algorithm.
It is proposed in the ICCV2023 paper
…
-
Hey all, new to this repository and trying to get the 4dvar/4dvar_demo.ipynb up and running and running into an issue with filepaths and 'Paths' class.
in `convert_jacobian.py` line 12:
```
…
-
Hi, when I use test.py to evaluate the PSNR and SSIM of the results, I have encountered an error while executing the code:
`ssim_val_rgb.append(ssim_loss(gray_restored, gray_gt, channel_axis=None))`
…
-
感谢您这篇精彩的工作!
在测指标的代码中,我有以下问题。现在您上传的代码是无法直接测指标的,因为计算SSIM这里需要填写一个data range。我发现把data range填为255.0后,测得的SSIM指标比您的实验结果高了很多。请问这是为什么。
期待您百忙之中的解答!
-
is currently called ssim_fp => change the name
also remove the old experimental versions